__openerp__.py 434 B

1234567891011121314
  1. # -*- coding ;utf-8 -*-
  2. {
  3. 'name': 'Partner History ',
  4. 'author': 'Adrielso Kunert',
  5. 'version': '8.0.1.1.0',
  6. 'category': 'Sales',
  7. 'description':
  8. "Genera un Historial de (Iniciativas/Oportunidades, Llamadas telefónicas, Reuniones, Ventas, Facturaciones, Pos y Productos)",
  9. 'depends': [ 'sale','account','crm','point_of_sale',],
  10. 'data': ['views/partner_view_sale.xml',],
  11. 'installable': True,
  12. }