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.

26 lines
957 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':
  13. "Akretion, Sodexis, Camptocamp, Odoo Community Association (OCA)",
  14. 'website': 'https://github.com/OCA/server-tools',
  15. 'depends': [
  16. 'base_setup',
  17. ],
  18. 'license': 'AGPL-3',
  19. 'data': [
  20. 'security/base_exception_security.xml',
  21. 'security/ir.model.access.csv',
  22. 'wizard/base_exception_confirm_view.xml',
  23. 'views/base_exception_view.xml',
  24. ],
  25. 'installable': True,
  26. }