TIP: You can type at any time to perform a new search.
Sale Order Carrier Auto Assign
sale_order_carrier_auto_assign · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Operations/Inventory/Delivery
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 09:06:23
- Authors
- Camptocamp, Odoo Community Association (OCA), BCIM
- Maintainers
- Camptocamp, Odoo Community Association (OCA), BCIM
- Committers
- Maksym Yankin, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- delivery_auto_refresh
- Description
This module assigns automatically delivery carrier on sale order create or confirmation. You may also have a look at the module delivery_auto_refresh in delivery-carrier repository that assigns the carrier on creation and automatically refresh the cost line while editing the sales quotation.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form_sale |
res.config.settings | form | Inherits sale.res_config_settings_view_form | |
view_order_form_with_carrier |
delivery.sale.order.form.view.with_carrier | sale.order | form | Inherits delivery.view_order_form_with_carrier |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (2)
-
carrier_auto_assignBooleanhelp='Enable carrier auto assign on sale order confirmation.' -
carrier_on_createBooleanhelp='On the sales quotation, add the shipping method on creation.'
No public methods.
New fields (2)
-
carrier_auto_assignBooleanreadonly=Falserelated='company_id.carrier_auto_assign' -
carrier_on_createBooleanreadonly=Falserelated='company_id.carrier_on_create'
No public methods.
New fields (0)
No new fields.
Public methods (3)-
action_confirm(self) -
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (0)
No new fields.
Public methods (2)-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…