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.

28 lines
931 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014-2018 Akretion France
  3. # @author: Alexis de Lattre <alexis@via.ecp.fr>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Base Phone',
  7. 'version': '11.0.1.0.0',
  8. 'category': 'Phone',
  9. 'license': 'AGPL-3',
  10. 'summary': 'Validate phone numbers',
  11. 'author': "Akretion,Odoo Community Association (OCA)",
  12. 'website': 'http://www.akretion.com/',
  13. 'depends': ['phone_validation', 'base_setup'],
  14. 'external_dependencies': {'python': ['phonenumbers']},
  15. 'data': [
  16. 'security/phone_security.xml',
  17. 'security/ir.model.access.csv',
  18. 'views/res_config_settings.xml',
  19. 'views/res_users_view.xml',
  20. 'wizard/reformat_all_phonenumbers_view.xml',
  21. 'wizard/number_not_found_view.xml',
  22. 'views/web_phone.xml',
  23. ],
  24. 'qweb': ['static/src/xml/phone.xml'],
  25. 'images': [],
  26. 'installable': True,
  27. }