This question has been flagged
1 Reply
2418 Views

Hello, i'm on Odoo 8, i've got an issue with locations

My (default) route when i sell a product is : location A -> customer.

I have a product in both location A and location B. 

If I have 1 unit in location A and 10 in B, and I sell 2 units, Odoo will ask me to force and to make -1 in A (but B stay at 10).

I want to know if there is a way to set a "secondary" route : if A is not available go to pick in B, so after my sale it has 0 unit in A and 9 in B

Thank you

Avatar
Discard
Best Answer

You cannot select multiple source locations in a single DO. Better to create two delivery order form A and B. If the product is a stockable item then the system will not allow to exceeds the available count in each location. So better to do the transfer with available products else in your valuation report you will get negative counts.

Avatar
Discard
Author

So if the employee who pick products take 1 in A and 1 in B, i should do a backorder and change the source for B on the second DO ?

yes, transfer the order with 1 qty, and automatically the backorder will be created. take the back order record and change source as B.

Author

Ok Thank you very much