__openerp__.py 417 B

123456789101112131415161718
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "EIRU SET",
  4. 'author': "Eiru Software",
  5. 'category': 'Reporte',
  6. 'version': '0.1',
  7. 'depends': ['base','eiru_assets'],
  8. 'data': [
  9. 'templates.xml',
  10. # 'views/account_invoice.xml',
  11. # 'views/account_journal.xml',
  12. # 'views/res_company.xml',
  13. ],
  14. 'qweb': [
  15. 'static/src/xml/*.xml',
  16. 'static/src/reports/*.xml'
  17. ]
  18. }