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