TIP: You can type at any time to perform a new search.
Sale Exceptions
sale_exceptions · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Generic Modules/Sale
- Folder size
- 0.41 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.akretion.com
- Last tracking update
- 2026-08-07 07:03:04
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Yannick Vaucher, Leonardo Pistone, Stéphane Bidoul, Alexandre Fayolle, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), Juan Jose Scarafia, Weblate, Ondřej Kuzník, OCA Transbot, oca-travis, Matjaž Mozetič
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- connector_ecommerce, logistic_budget, sale_automatic_workflow_exception, sale_exception_nostock, sale_quick_payment, sale_quotation_sourcing
- 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>
Code Analysis ⓘ
Views touched (7)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_order_form |
sale_exceptions.view_order_form | sale.order | form | Inherits sale.view_order_form |
view_order_tree |
sale_exceptions.view_order_tree | sale.order | tree | Inherits sale.view_order_tree |
view_quotation_tree |
sale_exceptions.view_order_tree | sale.order | tree | 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 | Inherits sale.view_sales_order_filter |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (3)
-
exception_idsMany2many → sale.exceptionreadonly=Truestring='Exceptions to resolve' args: 'sale.exception' -
ignoreBooleanargs: 'Ignore Exceptions' -
sale_idMany2one → sale.orderargs: 'sale.order', 'Sale'
-
action_confirm(self)@api.one -
default_get(self, field_list)@api.model
Loading…
Loading…