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.

29 lines
951 B

  1. # Copyright 2013 XCG Consulting (http://odoo.consulting)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Py3o Report Engine',
  5. 'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, '
  6. 'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)',
  7. 'version': '12.0.2.0.5',
  8. 'category': 'Reporting',
  9. 'license': 'AGPL-3',
  10. 'author': 'XCG Consulting,'
  11. 'ACSONE SA/NV,'
  12. 'Odoo Community Association (OCA)',
  13. 'website': 'http://odoo.consulting/',
  14. 'depends': ['web'],
  15. 'external_dependencies': {
  16. 'python': ['py3o.template',
  17. 'py3o.formats',
  18. 'PyPDF2']
  19. },
  20. 'data': [
  21. 'security/ir.model.access.csv',
  22. 'views/menu.xml',
  23. 'views/py3o_template.xml',
  24. 'views/ir_actions_report.xml',
  25. 'views/report_py3o.xml',
  26. 'demo/report_py3o.xml',
  27. ],
  28. 'installable': True,
  29. }