12345678910111213141516171819 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru Reports - Finanzas",
- 'author': "Eiru",
- 'category': 'report',
- 'version': '1.1',
- 'depends': [
- 'eiru_reports_sales',
- ],
- 'qweb': [
- 'static/src/xml/*.xml',
- 'static/src/reports/*.xml'
- ],
- 'data': [
- 'templates.xml',
- 'views/actions.xml',
- 'views/menus.xml',
- ],
- }
|