Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
464 Представления

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!

Аватар
Отменить
Автор

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:

Лучший ответ

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

Аватар
Отменить
Автор

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

Автор

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