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.

32 lines
954 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Therp BV <http://therp.nl>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Py3o Report Engine - Fusion server support',
  6. 'summary': 'Let the fusion server handle format conversion.',
  7. 'version': '10.0.1.0.0',
  8. 'category': 'Reporting',
  9. 'license': 'AGPL-3',
  10. 'author': 'XCG Consulting,'
  11. 'ACSONE SA/NV,'
  12. 'Odoo Community Association (OCA)',
  13. 'website': 'https://github.com/OCA/reporting-engine',
  14. 'depends': ['report_py3o'],
  15. 'external_dependencies': {
  16. 'python': [
  17. 'py3o.template',
  18. 'py3o.formats',
  19. ],
  20. },
  21. 'demo': [
  22. "demo/report_py3o.xml",
  23. "demo/py3o_pdf_options.xml",
  24. ],
  25. 'data': [
  26. "views/ir_report.xml",
  27. 'security/ir.model.access.csv',
  28. 'views/py3o_server.xml',
  29. 'views/py3o_pdf_options.xml',
  30. ],
  31. 'installable': True,
  32. }