67 lines
2.0 KiB
ReStructuredText
67 lines
2.0 KiB
ReStructuredText
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
|
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
:alt: License: AGPL-3
|
|
|
|
==============
|
|
Base Exception
|
|
==============
|
|
|
|
This module provide an abstract model to manage customizable
|
|
exceptions to be applied on different models (sale order, invoice, ...).
|
|
|
|
It is not useful for itself. You can see an example of implementation
|
|
in the 'sale_exception' module. (sale-workflow repository) or
|
|
'purchase_exception' module (purchase-workflow repository).
|
|
|
|
Usage
|
|
=====
|
|
|
|
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
|
:alt: Try me on Runbot
|
|
:target: https://runbot.odoo-community.org/runbot/149/11.0
|
|
|
|
|
|
Bug Tracker
|
|
===========
|
|
|
|
Bugs are tracked on `GitHub Issues
|
|
<https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
|
|
check there if your issue has already been reported. If you spotted it first,
|
|
help us smash it by providing detailed and welcomed feedback.
|
|
|
|
Roadmap
|
|
-------
|
|
Terms used in old api like `pool`, `cr`, `uid` must be removed porting this module in version 12.
|
|
|
|
|
|
Images
|
|
------
|
|
|
|
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
|
|
|
|
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>
|
|
* SodexisTeam <dev@sodexis.com>
|
|
* Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
|
|
|
|
Maintainer
|
|
----------
|
|
|
|
.. image:: https://odoo-community.org/logo.png
|
|
:alt: Odoo Community Association
|
|
:target: https://odoo-community.org
|
|
|
|
This module is maintained by the OCA.
|
|
|
|
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
mission is to support the collaborative development of Odoo features and
|
|
promote its widespread use.
|
|
|
|
To contribute to this module, please visit https://odoo-community.org.
|