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.

24 lines
714 B

  1. # -*- coding: utf-8 -*-
  2. # (c) 2016 credativ ltd. - Ondřej Kuzník
  3. # (c) 2016 Trever L. Adams
  4. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  5. {
  6. 'name': 'Phone Log-call',
  7. 'version': '9.0.1.0.0',
  8. 'category': 'Phone',
  9. 'license': 'AGPL-3',
  10. 'summary': 'Allow a call to be logged in Odoo',
  11. 'author': "credativ Ltd,Odoo Community Association (OCA)",
  12. 'website': 'http://www.credativ.co.uk/',
  13. 'depends': ['base_phone', 'crm_phone'],
  14. 'data': [
  15. 'security/phone_integration_security.xml',
  16. 'security/ir.model.access.csv',
  17. 'views/crm_phonecall_view.xml',
  18. 'views/res_users_view.xml'
  19. ],
  20. 'application': True,
  21. 'installable': True,
  22. }