İçereği Atla
Menü
Bu soru işaretlendi
3 Cevaplar
462 Görünümler

I have the following business case:


1 order contains 3 different product types (dry frozen and cool).

For our work process we want to have 3 picking orders. 1 pick-list for frozen products, 1 for cool, etc.


Is this possible?

I tried to create 3 seperate actions in a route
Pull from  - WH/Stock/Cool
Pull from  - WH/Stock/Dry
Pull from  - WH/Stock/Frozen

And 3 operations
Pick Dry
Pick Cool
Pick Frozen


But it blocks everything in Cool operation.

What is the recommended way to solve this?

Or should i go for a 3 step approach? Or virtual warehouses?


Many thanks!

Avatar
Vazgeç
Üretici

Just watched wave picking. It's more or less a fit. Except that users need to create the waves. In my case i would like to see it seperated by the system itself.
Like this:

En İyi Yanıt

Sounds like wave picking to me... 

See https://www.odoo.com/documentation/18.0/applications/inventory_and_mrp/inventory/shipping_receiving/picking_methods/wave.html and https://www.odoo.com/slides/slide/wave-picking-7081

Avatar
Vazgeç
Üretici

i see there is an automatic wave option, investigation this.

Üretici

A great! This will work for us! Thank you so much!