__openerp__.py 398 B

1234567891011
  1. # -*- coding ;utf-8 -*-
  2. {
  3. 'name': 'Partner History Sale',
  4. 'author': 'Adrielso Kunert',
  5. 'version': '8.0.1.2.0',
  6. 'category': 'Sales',
  7. 'description': "Historial de cliente Iniciativas/Oportunidad, Llamadas Telefónicas, Reuniones, Ventas/Facturaciones/Productos",
  8. 'depends': [ 'sale','account','crm',],
  9. 'data': ['views/partner_view_sale.xml',],
  10. 'installable': True,
  11. }