__openerp__.py 446 B

12345678910111213141516171819202122
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Eiru Reports para Orden de Servicio",
  4. 'author': "Eiru",
  5. 'category': 'Reports',
  6. 'version': '0.1',
  7. 'depends': [
  8. 'base',
  9. 'sale',
  10. 'eiru_reports',
  11. 'orden_servicio',
  12. ],
  13. 'qweb': [
  14. 'static/src/xml/*.xml',
  15. 'static/src/reports/*.xml'
  16. ],
  17. 'data': [
  18. 'templates.xml',
  19. 'views/actions.xml',
  20. 'views/menus.xml',
  21. ],
  22. }