__openerp__.py 375 B

123456789101112
  1. # -*- coding ;utf-8 -*-
  2. {
  3. 'name': 'Phonecall History in CRM Opportunity',
  4. 'author': 'Sebastian Penayo/Eiru',
  5. 'version': '8.0.1.1.0',
  6. 'category': 'CRM',
  7. 'description': "Historial de llamadas telefónicas en Oportunidades del CRM",
  8. 'depends': [ 'account','crm',],
  9. 'data': [ 'views/phonecall_view_opportunity.xml',
  10. ],
  11. 'installable': True,
  12. }