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.

60 lines
2.0 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://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 exceptions to be applied on different models (sale order, invoice, ...). It is not usefull for itself. You can see an example of implementation in the 'sale_exception' module. (sale-workflow repository).
  8. Usage
  9. =====
  10. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  11. :alt: Try me on Runbot
  12. :target: https://runbot.odoo-community.org/runbot/149/10.0
  13. Bug Tracker
  14. ===========
  15. Bugs are tracked on `GitHub Issues
  16. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  17. check there if your issue has already been reported. If you spotted it first,
  18. help us smashing it by providing a detailed and welcomed `feedback
  19. <https://github.com/OCA/
  20. server-tools/issues/new?body=module:%20
  21. base_exception%0Aversion:%20
  22. 10.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  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.