You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.9 KiB

7 years ago
7 years ago
7 years ago
7 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ==============
  5. Base Exception
  6. ==============
  7. This module provide an abstract model to manage customizable
  8. exceptions to be applied on different models (sale order, invoice, ...).
  9. It is not useful for itself. You can see an example of implementation
  10. in the 'sale_exception' module. (sale-workflow repository) or
  11. 'purchase_exception' module (purchase-workflow repository).
  12. Usage
  13. =====
  14. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  15. :alt: Try me on Runbot
  16. :target: https://runbot.odoo-community.org/runbot/149/11.0
  17. Bug Tracker
  18. ===========
  19. Bugs are tracked on `GitHub Issues
  20. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  21. check there if your issue has already been reported. If you spotted it first,
  22. help us smash it by providing detailed and welcomed feedback.
  23. Images
  24. ------
  25. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  26. Contributors
  27. ------------
  28. * Raphaël Valyi <raphael.valyi@akretion.com>
  29. * Renato Lima <renato.lima@akretion.com>
  30. * Sébastien BEAU <sebastien.beau@akretion.com>
  31. * Guewen Baconnier <guewen.baconnier@camptocamp.com>
  32. * Yannick Vaucher <yannick.vaucher@camptocamp.com>
  33. * SodexisTeam <dev@sodexis.com>
  34. * Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
  35. Maintainer
  36. ----------
  37. .. image:: https://odoo-community.org/logo.png
  38. :alt: Odoo Community Association
  39. :target: https://odoo-community.org
  40. This module is maintained by the OCA.
  41. OCA, or the Odoo Community Association, is a nonprofit organization whose
  42. mission is to support the collaborative development of Odoo features and
  43. promote its widespread use.
  44. To contribute to this module, please visit https://odoo-community.org.