Skip to Content
Menu

Multiple Warehouses in Sale Order Lines

by
Odoo
v 18.0 Third Party 964
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Invoicing (account)
Sales (sale_management)
Discuss (mail)
Lines of code 78
Technical Name sale_order_line_multi_warehouse
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 14.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Invoicing (account)
Sales (sale_management)
Discuss (mail)
Lines of code 78
Technical Name sale_order_line_multi_warehouse
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 14.0 15.0 16.0 17.0 18.0
Community
Enterprise

This module will help you to set warehouses per sale order lines and the picking will be created for the selected warehouses separately.

Multiple Warehouses in Sale Order Lines

Key Highlights

Option to choose warehouses in sale order line

Customers can Users can select a warehouse from which the product should be sourced.

Unique delivery order for every warehouse

If selected, delivery will be created separately for different warehouses.If not,the warehouse that in other info tab of sales will be taken as default warehouse.

Multiple Warehouses in Sale Order Lines

Are you ready to make your business more organized?
Improve now!

odoo@cybrosys.com +91 9074270811
acc_bg

Select warehouse

Select warehouse for product from order line itself and confirm it.

If you selected 3 different warehouses for products, 3 delivery will be created.

The deliveries

Multiple Warehouses in Sale Order Lines

Option to choose warehouses in sale order line

This module allows users to select different warehouses for each line in a sales order. It gives flexibility to allocate products from multiple warehouses within the same sales order.

Latest Release 18.0.1.0.0

4th October, 2024
Add
  • Initial Commit

Our Services

....

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Multiple Warehouses in Sale Order Lines
by
Hugo Sanchez
on 5/14/25, 11:06 PM

No functional, tiene errores

Error al importar el módulo 'sale_order_line_multi_warehouse'. while parsing /tmp/tmpgflps1l6/sale_order_line_multi_warehouse/views/sale_order_view.xml:4 Ocurrió un error al validar la vista cercana a: <form string="Sales Order" class="o_sale_order"> <header> <field name="locked" invisible="1"/> <field name="authorized_transaction_ids" invisible="1"/> El campo "product_warehouse_id" no existe en el modelo "sale.order.line" View error context: {'file': '/tmp/tmpgflps1l6/sale_order_line_multi_warehouse/views/sale_order_view.xml', 'line': 2, 'name': '\n' ' ' 'sale.order.view.form.inherit.sale.order.line.multi.warehouse\n' ' ', 'view': ir.ui.view(2246,), 'view.model': 'sale.order', 'view.parent': ir.ui.view(1053,), 'xmlid': 'view_order_form'}

Re: Multiple Warehouses in Sale Order Lines
by
Cybrosys Technologies
on 5/20/25, 3:10 AM Author

This error occurs when attempting to import the module ZIP file through the 'Import Module' menu in the app list, as this feature is intended only for importing data modules (.xml files and static assets).

Since this module includes Python files, you should follow these steps instead:

  1. Extract the ZIP file and place the extracted module folder into your Odoo's addons directory, or any directory listed in the addons_path of your odoo.conf file.
  2. Activate Developer Mode in Odoo (Settings > Activate the developer mode).
  3. Navigate to the Apps menu and click "Update Apps List".
  4. After the update, search for the module by name and install it from the list.

This is the correct way to install modules that include Python code, ensuring Odoo loads all models, views, and logic as expected.