__openerp__.py 408 B

123456789101112
  1. # -*- coding ;utf-8 -*-
  2. {
  3. 'name': 'Partner History CRM And ACCOUNT',
  4. 'author': 'Adrielso Kunert',
  5. 'version': '8.0.1.1.0',
  6. 'category': 'Sales',
  7. 'description': "Historial de cliente Iniciativas, oportunidad, llamadas telefónicas, reuniones, ventas y facturaciones",
  8. 'depends': [ 'sale','account','crm',],
  9. 'data': [ 'views/partner_view_sale.xml',
  10. ],
  11. 'installable': True,
  12. }