12345678910111213141516171819202122 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru Reports para Decorart",
- 'author': "Eiru",
- 'category': 'Reports',
- 'version': '0.1',
- 'depends': [
- 'base',
- 'sale',
- 'eiru_reports',
- 'product_brand',
- ],
- 'qweb': [
- 'static/src/xml/*.xml',
- 'static/src/reports/*.xml'
- ],
- 'data': [
- 'templates.xml',
- 'views/actions.xml',
- 'views/menus.xml',
- ],
- }
|