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
931 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': '11.0.1.0.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':
  13. "Akretion, Sodexis, Camptocamp, Odoo Community Association (OCA)",
  14. 'website': 'http://www.akretion.com',
  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. }