__openerp__.py 396 B

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