Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

How to configure multi-order picking? (Pick many orders at once, then package by customer)

Avatar
odoo
Avatar
Discard
4 Answers
0
Avatar
odoo
Best Answer

Hello Josse,

seems like the answer on your question is in this video -https://youtu.be/38MbxQV7zTg

Picker picks multiple orders at once via Batch picking. Then, on the packing or delivery zone, the picker scans any item from the cart, and the Ventor app (Odoo inventory) shows to which order the product belongs. So, your pickers can quickly pack and ship your orders with no mistakes.

Avatar
Discard
0
Avatar
odoo
Best Answer

There are some handy tricks offering a lot of possibilities already, for example these use case. Make sure to tick the option Manage advanced routes for your warehouse from Settings > Configuration > Warehouse

  1. Configure the warehouse as Pick Pack Ship from Warehouse > Configuration > Warehouses. Select your warehouse and in Outgoing Shippings, tick the option Make packages into a dedicated location, then bring them to the output location for shipping (Pick + Pack + Ship).
  2. You need to activate Technical features for your user. Then go to Warehouse > Configuration > Procurement Rules, find the Stock -> Packing Zone procurement rule. Add a fixed procurement group by changing the value in Propagation of Procurement Group to Fixed.  Create a new procurement group with Delivery Method Partial.  This will bundle the moves from Stock > Packing Zone in one big picking.  
  3. In order to test, you should create several sales orders and you will see that the moves from stock > packing zone will gather in one big picking for which you can handle everything that is available at once.  From Stock > Pick you will have one assignment per SO.

This can be elaborated further as you can create different zones in the warehouse which have products with different routes. 

1 Comment
Avatar
Discard
Avatar
odoo
-

is this use case for V7 or V8?

0
Avatar
odoo
Best Answer

I tried this solution in 8.0 but I can't make it work... It looks strange to me that it's so difficult to manage the use case where you receive more than one order from a customer and wish to organize deliveries by customer (sending for example one product from order 1 and one product from order 2, then create a backorder or similar) instead of by order. This use case is the standard for all my clients...

Avatar
Discard
0
Avatar
odoo
Best Answer

I am also looking for a solution in Odoo 11.

If I set the procurement group to "fixed", then there is one big picking, that's right, but the delivery orders won't be grouped by customer. So if I have 3 SO from one customer, that leads to 3 delivery orders.

Any solution?

Thank you

1 Comment
Avatar
Discard
Avatar
odoo
-

The best practice might be to make a script (e.g. server action, community module,...) that merges the pickings of the same customer afterwards.