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
562 B
19 lines
562 B
# -*- coding: utf-8 -*-
|
|
# Copyright 2017 Komit <http://komit-consulting.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Email Format Checker',
|
|
'version': '10.0.1.0.1',
|
|
'summary': 'Validate email address field',
|
|
'author': "Komit, Odoo Community Association (OCA)",
|
|
'website': 'http://komit-consulting.com',
|
|
'category': 'Tools',
|
|
'depends': ['base'],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'AGPL-3',
|
|
'external_dependencies': {
|
|
'python': ['validate_email']
|
|
},
|
|
}
|