1234567891011121314151617 |
- # -*- coding: utf-8 -*-
- {
- 'name': "eiru_reporting",
- 'author': "Robert Gauto/Adrielso Kunert/Rodney Enciso Arias/Sebastian Penayo",
- 'category': 'Uncategorized',
- 'version': '0.1',
- 'depends': ['base','eiru_assets','product'],
- 'qweb': [
- 'static/src/xml/*.xml',
- 'static/src/reports/*.xml'
- ],
- 'data': [
- 'templates.xml',
- 'views/actions.xml',
- 'views/menus.xml',
- ],
- }
|