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.

25 lines
989 B

7 years ago
7 years ago
  1. # Copyright 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis
  2. # Copyright 2017 Akretion (http://www.akretion.com)
  3. # Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Exception Rule",
  7. "version": "12.0.3.1.0",
  8. "category": "Generic Modules",
  9. "summary": """
  10. This module provide an abstract model to manage customizable
  11. exceptions to be applied on different models (sale order, invoice, ...)""",
  12. "author": "Akretion, Sodexis, Camptocamp, "
  13. "Odoo Community Association (OCA)",
  14. "website": "https://github.com/OCA/server-tools",
  15. "depends": ["base_setup"],
  16. "maintainers": ["hparfr", "sebastienbeau"],
  17. "license": "AGPL-3",
  18. "data": [
  19. "security/base_exception_security.xml",
  20. "security/ir.model.access.csv",
  21. "wizard/base_exception_confirm_view.xml",
  22. "views/base_exception_view.xml",
  23. ],
  24. "installable": True,
  25. }