__openerp__.py 452 B

123456789101112131415161718192021222324
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Eiru Ticket Sharon',
  4. 'summary': 'Ticket Sharon',
  5. 'category': 'extra',
  6. 'version': '0.1',
  7. 'description': """
  8. """,
  9. 'author': '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. ],
  20. 'test': [
  21. ],
  22. 'installable': True,
  23. }