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.

41 lines
1.3 KiB

10 years ago
10 years ago
  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. 'description': """
  11. CRM Phone
  12. =========
  13. This module validate phone numbers in the CRM module, just like the
  14. *base_phone* module valide phone numbers in the Partner form. Please refer to
  15. the description of the *base_phone* module for more information.
  16. This module is independant from the Asterisk connector.
  17. Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
  18. for any help or question about this module.
  19. """,
  20. 'author': "Akretion,Odoo Community Association (OCA)",
  21. 'website': 'http://www.akretion.com/',
  22. 'depends': ['base_phone', 'crm'],
  23. 'conflicts': ['crm_voip'],
  24. 'data': [
  25. 'security/phonecall_security.xml',
  26. 'security/ir.model.access.csv',
  27. 'view/crm_phonecall.xml',
  28. 'view/crm_lead.xml',
  29. 'view/res_partner.xml',
  30. 'view/res_users.xml',
  31. 'wizard/number_not_found_view.xml',
  32. 'wizard/create_crm_phonecall_view.xml',
  33. ],
  34. 'demo': ['demo/crm_phonecall.xml'],
  35. 'installable': False,
  36. 'auto_install': True,
  37. }