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.

16 lines
633 B

  1. # Copyright 2015 ACSONE SA/NV (<http://acsone.eu>)
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Base report xlsx",
  5. "summary": "Base module to create xlsx report",
  6. "author": "ACSONE SA/NV," "Creu Blanca," "Odoo Community Association (OCA)",
  7. "website": "https://github.com/OCA/reporting-engine",
  8. "category": "Reporting",
  9. "version": "14.0.1.0.0",
  10. "license": "AGPL-3",
  11. "external_dependencies": {"python": ["xlsxwriter", "xlrd"]},
  12. "depends": ["base", "web"],
  13. "data": ["views/webclient_templates.xml"],
  14. "demo": ["demo/report.xml"],
  15. "installable": True,
  16. }