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.

27 lines
774 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright © 2014-2016 Lorenzo Battistini - Agile Business Group
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': "Fields Validator",
  6. 'version': '8.0.1.0.0',
  7. 'category': 'Tools',
  8. 'summary': "Validate fields using regular expressions",
  9. 'author': 'Agile Business Group, Odoo Community Association (OCA)',
  10. 'website': 'http://www.agilebg.com',
  11. 'license': 'AGPL-3',
  12. "depends": ['base'],
  13. "data": [
  14. 'views/ir_model_view.xml',
  15. 'security/ir.model.access.csv',
  16. 'data/ir_model_regex_data.xml',
  17. ],
  18. "demo": [
  19. 'demo/ir_model_regex_demo.yml',
  20. ],
  21. 'test': [
  22. 'test/validator.yml',
  23. ],
  24. "active": False,
  25. "installable": True
  26. }