Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] multi_warehouse_sale_order: enable warehouse selection in sale order line #639

Draft
wants to merge 1 commit into
base: 18.0
Choose a base branch
from

Conversation

sbha-odoo
Copy link

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.

@robodoo
Copy link

robodoo commented Mar 19, 2025

Pull request status dashboard

@sbha-odoo sbha-odoo force-pushed the 18.0-multi-warehouse-sale-order-sbha branch from 773f8e0 to de36cd0 Compare March 19, 2025 13:31
…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.
@sbha-odoo sbha-odoo force-pushed the 18.0-multi-warehouse-sale-order-sbha branch from de36cd0 to 0b48fda Compare March 20, 2025 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants