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.

26 lines
851 B

12 years ago
13 years ago
13 years ago
12 years ago
12 years ago
  1. # -*- coding: utf-8 -*-
  2. # © 2010-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': 'Asterisk Click2dial',
  6. 'version': '9.0.1.0.0',
  7. 'category': 'Phone',
  8. 'license': 'AGPL-3',
  9. 'summary': 'Asterisk-Odoo connector',
  10. 'author': "Akretion,Odoo Community Association (OCA)",
  11. 'website': 'http://www.akretion.com/',
  12. 'depends': ['base_phone'],
  13. 'external_dependencies': {'python': ['Asterisk']},
  14. 'data': [
  15. 'asterisk_server_view.xml',
  16. 'res_users_view.xml',
  17. 'security/ir.model.access.csv',
  18. 'web_asterisk_click2dial.xml',
  19. ],
  20. 'demo': ['asterisk_click2dial_demo.xml'],
  21. 'qweb': ['static/src/xml/*.xml'],
  22. 'css': ['static/src/css/*.css'],
  23. 'application': True,
  24. 'installable': True,
  25. }