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
941 B

  1. # -*- coding: utf-8 -*-
  2. # © 2010-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  3. # © 2014-2016 Trever L. Adams
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'FreeSWITCH Click2dial',
  7. 'version': '9.0.1.0.0',
  8. 'category': 'Phone',
  9. 'license': 'AGPL-3',
  10. 'summary': 'FreeSWITCH-Odoo connector',
  11. 'author': "Trever L. Adams, Akretion,Odoo Community Association (OCA)",
  12. 'website': 'https://github.com/treveradams/connector-telephony',
  13. 'depends': ['base_phone'],
  14. 'external_dependencies': {'python': ['freeswitchESL']},
  15. 'data': [
  16. 'freeswitch_server_view.xml',
  17. 'res_users_view.xml',
  18. 'security/ir.model.access.csv',
  19. 'web_freeswitch_click2dial.xml',
  20. ],
  21. 'demo': ['freeswitch_click2dial_demo.xml'],
  22. 'qweb': ['static/src/xml/*.xml'],
  23. 'css': ['static/src/css/*.css'],
  24. 'application': True,
  25. 'installable': True,
  26. }