Skip to Content
Menu
This question has been flagged
1 Atsakyti
5581 Rodiniai

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
  • ...
Portretas
Atmesti
Best Answer

Hi,

OpenERP searches the locations in order of localization then by name if they have the same localization.

You have defined "Location #1" and "Location #2". Every time it finds a product it looks for, it tries to get as much as needed from that location, until the order is fulfilled.

so you get : All units from #1 and 8 from #2.


If you want to have a different logic, you must create a new module.

Portretas
Atmesti
Autorius

Thanks for your response!. Just one quick question, by localization you are refering to warehouses?

Yes .you need to define locations for each warehouse (location output,location stock and sometimes location input).

Is there also some check within a warehouse on localization? E.g. length of path to root. Or only on name of location. So if I have stock / Z-001 and stock / second floor / A-001 will stock be first taken from Z-001 (shortest route) or A-001 (alphabetical)?

Plz post a new question from this subject.

The products are taken from locations according to the order of the stock.location object. You can define an new order by modifying the _order of this object.

Related Posts Replies Rodiniai Veikla
0
kov. 15
3621
1
kov. 15
4248
0
kov. 15
5990
1
liep. 25
2343
2
saus. 22
9654