flectra/addons/website_crm_phone_validation/__manifest__.py
2018-01-16 16:38:17 +05:30

25 lines
729 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Contact Form Number Validation',
'author': 'Odoo S.A.',
'summary': 'Validate and format contact form numbers',
'sequence': '9999',
'category': 'Hidden',
'description': """
Contact Number Validation on Website
====================================
Validate contact (phone,mobile) numbers and normalize them on leads and contacts:
- use the national format for your company country
- use the international format for all others
""",
'data': [],
'depends': [
'crm_phone_validation',
'website_crm',
'website_form',
],
'auto_install': True,
}