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.

21 lines
487 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. The py3o.template package is required; install it with:
  8. pip install py3o.template
  9. ''',
  10. 'version': '0.1',
  11. 'category': 'Reporting',
  12. 'author': 'XCG Consulting',
  13. 'website': 'http://www.openerp-experts.com/',
  14. 'depends': [
  15. 'base'
  16. ],
  17. 'data': [
  18. ],
  19. 'installable': True,
  20. }