server-tools/base_exception
David Beal 391c1244bc FIX remove old api parameters in base_exception 2022-11-16 16:52:00 -03:00
..
i18n [ADD] split module sale_exception into base_exception 2022-11-16 16:52:00 -03:00
models FIX remove old api parameters in base_exception 2022-11-16 16:52:00 -03:00
security [FIX] temp model test access rule & fix OCA remarks 2022-11-16 16:52:00 -03:00
static/description [ADD] split module sale_exception into base_exception 2022-11-16 16:52:00 -03:00
tests [FIX] Enable post_install for tests + pylint 2022-11-16 16:52:00 -03:00
views [IMP] Update base_exception views 2022-11-16 16:52:00 -03:00
wizard [FIX] temp model test access rule & fix OCA remarks 2022-11-16 16:52:00 -03:00
README.rst FIX remove old api parameters in base_exception 2022-11-16 16:52:00 -03:00
__init__.py [FIX] temp model test access rule & fix OCA remarks 2022-11-16 16:52:00 -03:00
__manifest__.py [IMP] Update base_exception views 2022-11-16 16:52:00 -03:00

README.rst

.. 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.