| 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/8.0/sale_exceptions |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Sale |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Yannick Vaucher, Alexandre Fayolle, Leonardo Pistone, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), Ondřej Kuzník, OCA Transbot, Juan Jose Scarafia, oca-travis, Weblate, Matjaž Mozetič |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:22 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web_kanban - web - web_kanban_sparkline - account_voucher - account - product - decimal_precision - report - analytic - board - edi - email_template - procurement |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Sale Exceptions =============== This module allows you attach several customizable exceptions to your sale order in a way that you can filter orders by exceptions type and fix them. This is especially useful in an order importation scenario such as with the base_sale_multi_channels module, because it's likely a few orders have errors when you import them (like product not found in Odoo, wrong line format etc...) Contributors ------------ * Raphaël Valyi <raphael.valyi@akretion.com> * Renato Lima <renato.lima@akretion.com> * Sébastien BEAU <sebastien.beau@akretion.com> * Guewen Baconnier <guewen.baconnier@camptocamp.com> * Yannick Vaucher <yannick.vaucher@camptocamp.com> |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_order_form |
sale_exceptions.view_order_form | sale.order | field | Inherits sale.view_order_form |
view_order_tree |
sale_exceptions.view_order_tree | sale.order | field | Inherits sale.view_order_tree |
view_quotation_tree |
sale_exceptions.view_order_tree | sale.order | field | Inherits sale.view_quotation_tree |
view_sale_exception_confirm |
Sale Exceptions | sale.exception.confirm | form | New |
view_sale_exception_form |
sale.exception.form | sale.exception | form | New |
view_sale_exception_tree |
sale.exception.tree | sale.exception | tree | New |
view_sales_order_filter |
sale_exceptions.view_sales_order_filter | sale.order | filter | Inherits sale.view_sales_order_filter |
exception_ids
Many2many → sale.exception
readonly=True
string='Exceptions to resolve'
args: 'sale.exception'
ignore
Boolean
sale_id
Many2one → sale.order
action_confirm(self)
default_get(self, field_list)
| 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/7.0/sale_exceptions |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Generic Modules/Sale |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Guewen Baconnier, Lorenzo Battistini, Alexandre Fayolle, sebastien beau, Nicolas Bessi, unknown, Guewen Baconnier @ Camptocamp, Sébastien Beau, Sébastien BEAU, Launchpad Translations on behalf of sale-core-editors |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - account_voucher - account - base_setup - base - web_kanban - web - product - process - decimal_precision - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows you attach several customizable exceptions to your sale order in a way that you can filter orders by exceptions type and fix them. This is especially useful in an order importation scenario such as with the base_sale_multi_channels module, because it's likely a few orders have errors when you import them (like product not found in OpenERP, wrong line format etc...) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_order_form |
sale_exceptions.view_order_form | sale.order | field | Inherits sale.view_order_form |
view_order_tree |
sale_exceptions.view_order_tree | sale.order | field | Inherits sale.view_order_tree |
view_quotation_tree |
sale_exceptions.view_quotation_tree | sale.order | field | Inherits sale.view_quotation_tree |
view_sale_exception_confirm |
Sale Exceptions | sale.exception.confirm | form | New |
view_sale_exception_form |
sale.exception.form | sale.exception | form | New |
view_sale_exception_tree |
sale.exception.tree | sale.exception | tree | New |
view_sales_order_filter |
sale_exceptions.view_sales_order_filter | sale.order | filter | Inherits sale.view_sales_order_filter |
No new fields.
Public methods (2)action_confirm(self, cr, uid, ids, context=None)
default_get(self, cr, uid, fields, context=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/6.1/sale_exceptions |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Sale |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Benoit Guillot, Alexis de Lattre, Alexandre Fayolle, sebastien beau, Maxime Chambreuil, Guewen Baconnier @ Camptocamp, Sébastien Beau, Delli Chafique |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:04:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - stock - product - base - process - decimal_precision - account - base_setup - analytic - board - edi - email_template - base_tools - procurement |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows you attach several customizable exceptions to your sale order in a way that you can filter orders by exceptions type and fix them. This is especially useful in an order importation scenario such as with the base_sale_multi_channels module, because it's likely a few orders have errors when you import them (like product not found in OpenERP, wrong line format etc...) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_order_form |
sale_exceptions.view_order_form | sale.order | xpath | Inherits sale.view_order_form |
view_order_tree |
sale_exceptions.view_order_tree | sale.order | field | Inherits sale.view_order_tree |
view_sale_exception_confirm |
Sale Exceptions | sale.exception.confirm | form | New |
view_sale_exception_form |
sale.exception.form | sale.exception | form | New |
view_sale_exception_search |
sale.exception.view.search | sale.exception | search | New |
view_sale_exception_tree |
sale.exception.tree | sale.exception | tree | New |
view_sales_order_filter |
sale_exceptions.view_sales_order_filter | sale.order | filter | Inherits sale.view_sales_order_filter |
No models found for this module.