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 IDNameModelTypeStatus
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_assign Boolean
    help='Enable carrier auto assign on sale order confirmation.'
  • carrier_on_create Boolean
    help='On the sales quotation, add the shipping method on creation.'
Public methods (0)

No public methods.

New fields (2)
  • carrier_auto_assign Boolean
    readonly=False related='company_id.carrier_auto_assign'
  • carrier_on_create Boolean
    readonly=False related='company_id.carrier_on_create'
Public methods (0)

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…