Hi,
We are trying to figure out which algorithm is applied by OpenERP to select the products from the inventory when orders are made.
As an example, imagine we have a product stored in two different stock locations:
- Location #1: 3 units
- Location #2: 10 units
If an order arrives requesting 11 units of this product, how does the scheduler decide from which location/locations will units be picked?. Some alternatives would be:
- All units from #1 and 8 from #2
- All units from #2 and 1 from #1
- 2 units from #1 and 9 from #2
- ...
↧