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.

20 lines
603 B

  1. # -*- coding: utf-8 -*-
  2. # (c) 2016 Trever L. Adams
  3. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  4. {
  5. 'name': 'Asterisk Phone Log-call',
  6. 'version': '9.0.1.0.0',
  7. 'category': 'Phone',
  8. 'license': 'AGPL-3',
  9. 'summary': 'Necessary bridge between log-call and Asterisk Click2dial',
  10. 'author': "Trever L. Adams,Odoo Community Association (OCA)",
  11. 'website': '',
  12. 'depends': ['logcall', 'asterisk_click2dial'],
  13. 'data': [
  14. 'security/ir.model.access.csv',
  15. 'views/asterisk_server_view.xml',
  16. ],
  17. 'application': True,
  18. 'installable': True,
  19. }