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.

24 lines
951 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.0.1",
  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. "license": "AGPL-3",
  17. "data": [
  18. "security/base_exception_security.xml",
  19. "security/ir.model.access.csv",
  20. "wizard/base_exception_confirm_view.xml",
  21. "views/base_exception_view.xml",
  22. ],
  23. "installable": True,
  24. }