__openerp__.py 575 B

123456789101112131415161718192021222324252627
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Eiru study feature',
  4. 'summary': 'Study Feature',
  5. 'category': 'extra',
  6. 'version': '0.1',
  7. 'description': """
  8. """,
  9. 'author': 'Trey (www.trey.es) - Eiru',
  10. 'website': 'https://www.eiru.com.py',
  11. 'depends': [
  12. 'product',
  13. 'account',
  14. 'sale',
  15. ],
  16. 'data': [
  17. 'data/report_paperformat.xml',
  18. 'reports/ticket.xml',
  19. 'data/sequence.xml',
  20. 'views/eiru_study_feature.xml',
  21. 'views/res_partner.xml',
  22. ],
  23. 'test': [
  24. ],
  25. 'installable': True,
  26. }