This question has been flagged
1 Reply
2500 Views

I am using a multi step routes for incoming shipments (2 step). 

While this is really helpful in the case of purchases,

while doing POS returns, it is making an issue since the returned product is going to the input location instead of the stock. How can I fix it?

Avatar
Discard
Best Answer

Hi, you may want to look at : server13/addons/point_of_sale/models/pos_order.py:458 where odoo calls default return locations associated to the operation type.

you may want to change them to fit your need.


Hope this helps.

Avatar
Discard