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.

27 lines
903 B

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