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.

30 lines
802 B

  1. # @TODO: To use the right License.
  2. # @TODO: Description, Website, Contributros..etc.
  3. {
  4. 'name': 'Voicent Connector',
  5. 'version': '12.0.1.0.0',
  6. 'category': 'Phone',
  7. 'license': 'AGPL-3',
  8. 'summary': 'Automate phone calls based on stage changes',
  9. 'development_status': 'Stable',
  10. 'maintainers': [
  11. 'younessmaafi',
  12. 'max3903',
  13. ],
  14. 'author': 'Maxime Chambreuil, Youness MAAFI,'
  15. ' Odoo Community Association (OCA)',
  16. 'website': 'http://opensourceintegrators.com',
  17. 'depends': [
  18. 'base',
  19. ],
  20. 'data': [
  21. # Security
  22. 'security/ir.model.access.csv',
  23. # Views
  24. 'view/res_partner.xml',
  25. 'view/backend_voicent.xml',
  26. ],
  27. 'demo': [],
  28. 'installable': True,
  29. 'auto_install': False,
  30. }