123456789101112131415161718 |
- # -*- coding: utf-8 -*-
- {
- 'name': "EIRU SET",
- 'author': "Eiru Software",
- 'category': 'Reporte',
- 'version': '0.1',
- 'depends': ['base','eiru_assets'],
- 'data': [
- 'templates.xml',
- # 'views/account_invoice.xml',
- # 'views/account_journal.xml',
- # 'views/res_company.xml',
- ],
- 'qweb': [
- 'static/src/xml/*.xml',
- 'static/src/reports/*.xml'
- ]
- }
|