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.

31 lines
995 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': """This module allows you to connect Odoo with Voicent
  10. (https://www.voicent.com) and is meant to be extended to integrate
  11. Odoo records and processes with phone calls made by Voicent.""",
  12. "author": "Open Source Integrators, "
  13. "Odoo Community Association (OCA)",
  14. "website": "https://github.com/OCA/connector-telephony",
  15. 'depends': [
  16. 'connector',
  17. ],
  18. 'data': [
  19. 'security/ir.model.access.csv',
  20. 'data/check_the_voicent_status.xml',
  21. 'view/res_partner.xml',
  22. 'view/backend_voicent.xml',
  23. 'view/queue_job_view.xml',
  24. ],
  25. 'installable': True,
  26. 'maintainers': [
  27. 'max3903',
  28. ],
  29. 'development_status': 'Beta',
  30. }