| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/19.0/sale_order_split_strategy |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sales Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Borruso |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module provides the possibility to define split strategies to be applied on sales order for splitting. This is useful (but not only) when a sales order from external sources (webshop, edi) includes products that need to be shipped by different standards (temperature/environment) and so with different carriers. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form_sale_exception |
res.config.settings | block | Inherits sale.res_config_settings_view_form | |
sale_order_split_strategy_view_form |
sale.order.split.strategy.view.form | sale.order.split.strategy | form | New |
sale_order_split_strategy_view_tree |
sale.order.split.strategy.view.tree | sale.order.split.strategy | list | New |
split_from |
split_from | ir.ui.view | qweb | New |
split_to |
split_to | ir.ui.view | qweb | New |
view_order_form |
sale.order.form | sale.order | button | Inherits sale.view_order_form |
sale_order_split_strategy_errors
Selection
default='raise_errors'
required=True
args: [('raise_errors', 'Raise errors'), ('post_message', 'Post message'), ('do_nothing', 'Do nothing')]
No public methods.
sale_order_split_strategy_errors
Selection
readonly=False
related='company_id.sale_order_split_strategy_errors'
No public methods.
split_strategy_id
Many2one → sale.order.split.strategy
comodel_name='sale.order.split.strategy'
help='The strategy that will be used to split the sales order'
action_split(self, silent_errors=False)
copy_notes
Boolean
copy_sections
Boolean
line_filter_id
Many2one → ir.filters
domain="[('model_id', '=', 'sale.order.line')]"
required=True
args: 'ir.filters'
name
Char
required=True
remove_empty_sections_after_split
Boolean
sequence
Integer
default=10
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/18.0/sale_order_split_strategy |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Sales Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Akim Juillerat, Thierry Ducrest, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module provides the possibility to define split strategies to be applied on sales order for splitting. This is useful (but not only) when a sales order from external sources (webshop, edi) includes products that need to be shipped by different standards (temperature/environment) and so with different carriers. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form_sale_exception |
res.config.settings | block | Inherits sale.res_config_settings_view_form | |
sale_order_split_strategy_view_form |
sale.order.split.strategy.view.form | sale.order.split.strategy | form | New |
sale_order_split_strategy_view_tree |
sale.order.split.strategy.view.tree | sale.order.split.strategy | list | New |
split_from |
split_from | ir.ui.view | qweb | New |
split_to |
split_to | ir.ui.view | qweb | New |
view_order_form |
sale.order.form | sale.order | button | Inherits sale.view_order_form |
sale_order_split_strategy_errors
Selection
default='raise_errors'
required=True
args: [('raise_errors', 'Raise errors'), ('post_message', 'Post message'), ('do_nothing', 'Do nothing')]
No public methods.
sale_order_split_strategy_errors
Selection
readonly=False
related='company_id.sale_order_split_strategy_errors'
No public methods.
split_strategy_id
Many2one → sale.order.split.strategy
comodel_name='sale.order.split.strategy'
help='The strategy that will be used to split the sales order'
action_split(self, silent_errors=False)
copy_notes
Boolean
copy_sections
Boolean
line_filter_id
Many2one → ir.filters
domain="[('model_id', '=', 'sale.order.line')]"
required=True
args: 'ir.filters'
name
Char
required=True
remove_empty_sections_after_split
Boolean
sequence
Integer
default=10
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/14.0/sale_order_split_strategy |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sales Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Akim Juillerat, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_split_strategy_view_form |
sale.order.split.strategy.view.form | sale.order.split.strategy | form | New |
sale_order_split_strategy_view_tree |
sale.order.split.strategy.view.tree | sale.order.split.strategy | tree | New |
split_from |
split_from | ir.ui.view | qweb | New |
split_to |
split_to | ir.ui.view | qweb | New |
view_order_form |
sale.order.form | sale.order | button | Inherits sale.view_order_form |
split_strategy_id
Many2one → sale.order.split.strategy
action_split(self, silent_errors=False)
copy_notes
Boolean
copy_sections
Boolean
line_filter_id
Many2one → ir.filters
domain="[('model_id', '=', 'sale.order.line')]"
required=True
args: 'ir.filters'
name
Char
required=True
remove_empty_sections_after_split
Boolean
sequence
Integer
default=10
No public methods.