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.

24 lines
861 B

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