|
|
@ -28,13 +28,13 @@ |
|
|
|
'summary': 'Validate phone numbers', |
|
|
|
'author': "Akretion,Odoo Community Association (OCA)", |
|
|
|
'website': 'http://www.akretion.com/', |
|
|
|
'depends': ['base', 'web'], |
|
|
|
'depends': ['base_setup', 'web'], |
|
|
|
'external_dependencies': {'python': ['phonenumbers']}, |
|
|
|
'data': [ |
|
|
|
'security/phone_security.xml', |
|
|
|
'security/ir.model.access.csv', |
|
|
|
'views/res_partner_view.xml', |
|
|
|
'views/res_company_view.xml', |
|
|
|
'views/base_config_settings.xml', |
|
|
|
'views/res_users_view.xml', |
|
|
|
'wizard/reformat_all_phonenumbers_view.xml', |
|
|
|
'wizard/number_not_found_view.xml', |
|
|
|