123456789101112131415 |
- # -*- coding: utf-8 -*-
- {
- 'name': "EIRU SET",
- 'author': "Eiru Software / Rodney Enciso Arias",
- 'category': 'Reporte',
- 'version': '0.1',
- 'depends': ['base','eiru_assets','company_set_information','invoice_credit','attachments_views'],
- 'data': [
- 'templates.xml',
- ],
- 'qweb': [
- 'static/src/xml/*.xml',
- 'static/src/reports/*.xml'
- ]
- }
|