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.

19 lines
605 B

  1. # -*- coding: utf-8 -*-
  2. # © 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {'name': 'Exception Rule',
  5. 'version': '10.0.1.0.0',
  6. 'category': 'Generic Modules/Sale',
  7. 'author': "Akretion, Sodexis, Odoo Community Association (OCA)",
  8. 'website': 'http://www.akretion.com',
  9. 'depends': ['sale'],
  10. 'license': 'AGPL-3',
  11. 'data': [
  12. 'security/base_exception_security.xml',
  13. 'security/ir.model.access.csv',
  14. 'wizard/base_exception_confirm_view.xml',
  15. 'views/base_exception_view.xml',
  16. ],
  17. 'installable': True,
  18. }