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.

18 lines
538 B

  1. # Copyright 2017 Komit <http://komit-consulting.com>
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Email Format Checker',
  5. 'version': '11.0.1.0.0',
  6. 'summary': 'Validate email address field',
  7. 'author': "Komit, Odoo Community Association (OCA)",
  8. 'website': 'http://komit-consulting.com',
  9. 'category': 'Tools',
  10. 'depends': ['base'],
  11. 'installable': True,
  12. 'application': False,
  13. 'license': 'AGPL-3',
  14. 'external_dependencies': {
  15. 'python': ['validate_email']
  16. },
  17. }