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.

29 lines
964 B

  1. # -*- coding: utf-8 -*-
  2. # © 2014-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'CRM Phone',
  6. 'version': '9.0.1.0.0',
  7. 'category': 'Phone',
  8. 'license': 'AGPL-3',
  9. 'summary': 'Validate phone numbers in CRM',
  10. 'author': "Akretion,Odoo Community Association (OCA)",
  11. 'website': 'http://www.akretion.com/',
  12. 'depends': ['base_phone', 'crm'],
  13. 'conflicts': ['crm_voip'],
  14. 'external_dependencies': {'python': ['phonenumbers']},
  15. 'data': [
  16. 'security/phonecall_security.xml',
  17. 'security/ir.model.access.csv',
  18. 'view/crm_phonecall.xml',
  19. 'view/crm_lead.xml',
  20. 'view/res_partner.xml',
  21. 'view/res_users.xml',
  22. 'wizard/number_not_found_view.xml',
  23. 'wizard/create_crm_phonecall_view.xml',
  24. ],
  25. 'demo': ['demo/crm_phonecall.xml'],
  26. 'installable': True,
  27. 'auto_install': True,
  28. }