Hi,
I have multiple warehouses, and when a sales order comes Odoo should pick products from warehouses which has the first expiry date.
Eg. In warehouse WH1 I have 50 number of product A with expiry date 26-11-2017, and in warehouse WH2 I have 30 of the same product A with expiry date 25-11-2017. So when I have a sales order of 40 for product A, Odoo should pick 30 of it from warehouse WH2 and rest 10 from warehouse WH1, rather than picking 40 nos from warehouse WH1.
So my basic aim is to set a First Expiry First Out rule for my inventory.
Please suggest how to implement it.
Thanks in advance.