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.

66 lines
2.0 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. Roadmap
  24. -------
  25. Terms used in old api like `pool`, `cr`, `uid` must be removed porting this module in version 12.
  26. Images
  27. ------
  28. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  29. Contributors
  30. ------------
  31. * Raphaël Valyi <raphael.valyi@akretion.com>
  32. * Renato Lima <renato.lima@akretion.com>
  33. * Sébastien BEAU <sebastien.beau@akretion.com>
  34. * Guewen Baconnier <guewen.baconnier@camptocamp.com>
  35. * Yannick Vaucher <yannick.vaucher@camptocamp.com>
  36. * SodexisTeam <dev@sodexis.com>
  37. * Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
  38. Maintainer
  39. ----------
  40. .. image:: https://odoo-community.org/logo.png
  41. :alt: Odoo Community Association
  42. :target: https://odoo-community.org
  43. This module is maintained by the OCA.
  44. OCA, or the Odoo Community Association, is a nonprofit organization whose
  45. mission is to support the collaborative development of Odoo features and
  46. promote its widespread use.
  47. To contribute to this module, please visit https://odoo-community.org.