__openerp__.py 344 B

123456789101112131415
  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','eiru_set_dependencies','eiru_reports',],
  8. 'data': [
  9. 'templates.xml',
  10. ],
  11. 'qweb': [
  12. 'static/src/xml/*.xml',
  13. 'static/src/reports/*.xml'
  14. ]
  15. }