mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 10:12:05 +00:00
19 lines
644 B
Python
19 lines
644 B
Python
# Copyright 2019 Komit <https://komit-consulting.com>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Email Format Checker",
|
|
"version": "2.0.1.1.1",
|
|
"summary": "Validate email address field",
|
|
"author": "Komit, Odoo Community Association (OCA)",
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"category": "Tools",
|
|
"depends": ["base_setup"],
|
|
"installable": True,
|
|
"application": False,
|
|
"license": "AGPL-3",
|
|
"external_dependencies": {"python": ["email-validator"]},
|
|
"data": ["views/base_config_view.xml"],
|
|
"demo": ["demo/res_company_demo.xml"],
|
|
}
|