Hello Community!
I need help configuring the following route.
Use case:
- Warehouse1 is where products are assembled.
- Warehouse2 is where products are sold.
A salesperson enters an order for product x and select Warehouse1 as the warehouse, the customer address is "pickup from Warehouse2".
Ideally Odoo would create the following pickings:
- warehouse2 stock to virtual location/customer
- warehouse1 stock to warehouse2 stock (inter-warehouse transfer)
The way our current route is defined, Odoo creates the following picking:
- warehouse1 stock to virtual location/customer
The delivery split mentions "pickup from Warehouse2" so our storeperson knows to ship the product to Warehouse2.
This completes the delivery as far as Odoo is concerned.
Yet we're missing a picking from WH2 to customer.
Any recommendation on how to configure this (even with some custom code) would be much appreciated.
Thanks!
Raf