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.

22 lines
510 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'LibreOffice Report Engine',
  4. 'description': '''
  5. Generation of LibreOffice/OpenOffice reports using LibreOffice/OpenOffice
  6. templates.
  7. py3o.template is used internally; install it with:
  8. pip install py3o.template
  9. pip install pyjon.utils
  10. ''',
  11. 'version': '0.1',
  12. 'category': 'Reporting',
  13. 'author': 'XCG Consulting',
  14. 'website': 'http://www.openerp-experts.com/',
  15. 'depends': [
  16. 'base'
  17. ],
  18. 'data': [
  19. ],
  20. 'installable': True,
  21. }