TIP: You can type at any time to perform a new search.
Sale Order Blanket Order — Carrier Auto Assign Compatibility
sale_order_blanket_order_carrier_auto_assign · OCA/sale-blanket
- Repository
- OCA/sale-blanket · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Uncategorized
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/sale-blanket
- Last tracking update
- 2026-08-07 08:43:07
- Authors
- Camptocamp, Odoo Community Association (OCA), BCIM
- Maintainers
- Camptocamp, Odoo Community Association (OCA), BCIM
- Committers
- Weblate, OCA-git-bot, oca-ci, David Gallay
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
# Sale Order Blanket Order — Carrier Auto Assign Compatibility Glue module reconciling [`sale_order_blanket_order`](https://github.com/OCA/sale-blanket) and [`sale_order_carrier_auto_assign`](https://github.com/OCA/sale-workflow). ## Problem When `sale_order_carrier_auto_assign` is installed, both blanket orders and call-off orders receive an auto-assigned carrier delivery-fee line. Without this module, the delivery-fee line participates in the blanket-order call-off matching algorithm: each call-off's delivery line "consumes" capacity from the blanket order's delivery line. After the first call-off, the blanket's delivery line has zero remaining capacity, so the second call-off fails confirmation with: > The product is not part of linked blanket order ## What this module does It excludes `is_delivery` sale order lines from the blanket-order line matching algorithm and from the call-off → blanket stock-rule forwarding, so delivery-fee lines never participate in blanket call-off accounting. ## Bypass switch The filter can be turned off by setting the context key `skip_blanket_carrier_filter=True`. The regression test uses this flag to demonstrate that the original failure mode reappears when the filter is disabled.
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.