OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
737 B

10 years ago
10 years ago
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'LibreOffice Report Engine',
  4. 'description': '''
  5. Generation of LibreOffice/OpenOffice reports using LibreOffice/OpenOffice
  6. templates.
  7. The py3o.template package is required; install it with:
  8. pip install py3o.template
  9. ''',
  10. 'version': '1.3.1',
  11. 'category': 'Reporting',
  12. 'author': 'XCG Consulting',
  13. 'website': 'http://odoo.consulting/',
  14. 'depends': [
  15. 'base'
  16. ],
  17. 'external_dependencies': {
  18. 'python': ['py3o.template']
  19. },
  20. 'data': [
  21. 'menu.xml',
  22. 'ir_report.xml',
  23. 'py3o_template.xml',
  24. 'py3o_server.xml',
  25. 'data/py3o.fusion.filetype.csv',
  26. 'security/ir.model.access.csv',
  27. ],
  28. 'installable': True,
  29. }