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