in Odoo 17 how to configure the routes and or reordering rules for the following use case:
- company with two warehouses WH1 and WH2
- WH1 configured for delivery in 2 steps, buy to resupply and also resupply from WH2
- WH2 configured for delivery in 1 step and no resupply set
- storable product "scale up" with 1 on hand in WH1 and 1 on hand in WH2
How to configure routes and/or replenishment so that by creating a sales order of 3 “scale ups” Odoo creates:
- transfer of 1 “scale up” from WH2 to WH1
- purchase of 1 scale up for WH1
- delivery of 3 scale ups from WH1 to customer
Thanks
BR
Ricardo