__openerp__.py 464 B

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