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 IDNameModelTypeStatus
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_ids Many2many → sale.exception
    readonly=True string='Exceptions to resolve' args: 'sale.exception'
  • ignore Boolean
    args: 'Ignore Exceptions'
  • sale_id Many2one → sale.order
    args: 'sale.order', 'Sale'
Public methods (2)
  • action_confirm(self)
    @api.one
  • default_get(self, field_list)
    @api.model

Loading…

Loading…