1234567891011121314 |
- # -*- encoding: utf-8 -*-
- {
- 'name': 'Listado Producto sin Variantes',
- 'version': '0.1',
- 'category': 'Product',
- 'description': """
- Impresion de coste de Producto
- ==========================================================
- """,
- 'author': 'Adrielso Kunert',
- 'depends': ['sale',],
- 'data': ['views/product_sin_variant_view.xml',],
- 'installable': True,
- }
|