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.

29 lines
830 B

  1. # Copyright (C) 2019 Open Source Integrators
  2. # <https://www.opensourceintegrators.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Voicent Connector',
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Connector',
  8. 'license': 'AGPL-3',
  9. 'summary': """Connect Odoo with Voicent""",
  10. "author": "Open Source Integrators, "
  11. "Odoo Community Association (OCA)",
  12. "website": "https://github.com/OCA/connector-telephony",
  13. 'depends': [
  14. 'connector',
  15. ],
  16. 'data': [
  17. 'security/ir.model.access.csv',
  18. 'data/ir_cron.xml',
  19. 'views/res_partner.xml',
  20. 'views/backend_voicent_call_line.xml',
  21. 'views/backend_voicent.xml',
  22. ],
  23. 'installable': True,
  24. 'maintainers': [
  25. 'max3903',
  26. ],
  27. 'development_status': 'Beta',
  28. }