12345678910111213141516171819202122 |
- # -*- coding ;utf-8 -*-
- {
- 'name': 'Product Product Utility',
- 'author': 'Adrielso Kunert',
- 'version': '8.0.1.1.0',
- 'category': 'Sales',
- 'description': "Utilidad de Prodcuto Precion Promedio de Compra y ventas ",
- 'depends':[
- 'sale',
- 'account',
- 'eiru_assets'
- ],
- 'data': [
- 'views/product_utility.xml',
- 'views/template.xml',
- ],
- 'qweb': [
- 'static/src/xml/*.xml'
- ],
- 'installable': True,
- }
|