__openerp__.py 381 B

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Eiru Reports - Finanzas",
  4. 'author': "Eiru",
  5. 'category': 'report',
  6. 'version': '1.1',
  7. 'depends': [
  8. 'eiru_reports_sales',
  9. ],
  10. 'qweb': [
  11. 'static/src/xml/*.xml',
  12. 'static/src/reports/*.xml'
  13. ],
  14. 'data': [
  15. 'templates.xml',
  16. 'views/actions.xml',
  17. 'views/menus.xml',
  18. ],
  19. }