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.

23 lines
650 B

  1. # -*- coding: utf-8 -*-
  2. # (c) 2016 credativ ltd. - Ondřej Kuzník
  3. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  4. {
  5. 'name': 'Glue between asterisk_logcall and partner_phone_log',
  6. 'summary': 'Adds a recording column',
  7. 'version': '9.0.1.0.0',
  8. 'category': 'Customer Relationship Management',
  9. 'author': 'credativ ltd., '
  10. 'Odoo Community Association (OCA)',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'logcall',
  14. 'partner_phone_log',
  15. ],
  16. 'data': [
  17. 'security/ir.model.access.csv',
  18. 'views/partner_view.xml',
  19. ],
  20. 'application': True,
  21. 'installable': True,
  22. }