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.

23 lines
860 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": "14.0.1.0.0",
  8. "category": "Reporting",
  9. "license": "AGPL-3",
  10. "author": "XCG Consulting," "ACSONE SA/NV," "Odoo Community Association (OCA)",
  11. "website": "http://odoo.consulting/",
  12. "depends": ["web"],
  13. "external_dependencies": {"python": ["py3o.template", "py3o.formats", "PyPDF2"]},
  14. "data": [
  15. "security/ir.model.access.csv",
  16. "views/menu.xml",
  17. "views/py3o_template.xml",
  18. "views/ir_actions_report.xml",
  19. "views/report_py3o.xml",
  20. "demo/report_py3o.xml",
  21. ],
  22. "installable": True,
  23. }