Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Sales (sale_management)
• Discuss (mail) • Invoicing (account) • Inventory (stock) |
Lines of code | 233 |
Technical Name |
em_sale_order_multi_warehouse |
Versions | 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
Sale Order Multi Warehouse
Make deliveries for product quantity available on different warehouse for a sale order
In the Odoo default Sales module you can only select a single warehouse, that means there are some cases when you have a product's quantity fully not available in one warehouse, so to deal with this case in default odoo you need to create to different sales order from different warehouses to get the required quantity.
Lets understand the scenario with an example:
Lets assume we have two warehouses, warehouse "A" and warehouse "B".
"Office Chair" quantity in the warehouse "A" is 30 and in warehouse "B" is 40.
So overall we have 70 units of "Office Chair" in our stock.
But here the warehouses are different. Therefore, by using the Odoo default sales module
we can not order 50 units of "Office Chair" in the same sale order. Because it only
allows you to use one warehouse at a time.
But, If we use Sale Order Multi Warehouse module, it will allow you to complete the
required quantity of a product from multiple warehouses. So now we can pick 30 units of
"Office Chair" from warehouse "A" and 20 units from warehouse "B". One more thing, No
need to create multiple order lines for the same product.
After setting the quantities when we confirm the order it will group the order lines and
create different deliveries for different warehouses. Here in our e.g. it will create 2
deliveries, one for warehouse "A" and other for warehouse "B".
So it will be very convenient to manage deliveries for multiple warehouses.





Please log in to comment on this module