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.

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