تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
5591 أدوات العرض

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
  • ...
الصورة الرمزية
إهمال
أفضل إجابة

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.

الصورة الرمزية
إهمال
الكاتب

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.

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
مارس 15
3621
1
مارس 15
4252
0
مارس 15
5992
1
يوليو 25
2344
2
يناير 22
9654