odoo/tutorials#639
Created by Shiv Bhadaniya (sbha)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 2s)
- ci/tutorial: (runtime 101s)
- label
- odoo-dev:18.0-multi-warehouse-sale-order-sbha
- head
- d3ca9d79353b552f0171447a9f3c284e7d2e7051
odoo/tutorials | |
---|---|
18.0 | #639 missing r+ |
master |
[ADD] multi_warehouse_sale_order: enable warehouse selection in sale order line
After this commit:
- Added Primary Warehouse and Secondary Warehouse fields in the Product Template.
- Made Primary Warehouse mandatory when adding a new product.
- Added a Warehouse field in the Sale Order Line.
- Made the warehouse column visibility toggleable.
- Allowed selection of Secondary Warehouse in SO Line if available.
- Checked stock availability before confirming the order.
- Tried to fulfill all products from single warehouse if possible.
- Created a single Delivery Order when stock is available in one warehouse.
- Used the secondary warehouse if the primary warehouse has no stock.
- Created a separate DO for products available only in the secondary warehouse.
- Updated order lines automatically based on warehouse selection.
- Modified Stock Display Widget to show stock warehouse-wise.
- Updated forecast stock to show warehouse-wise data.
- Added an icon for the module.