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.

26 lines
716 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
  3. # License AGPL-3.0 or later (https://www.gnuorg/licenses/agpl.html).
  4. {
  5. "name": "XML Reports",
  6. "version": "11.0.1.0.2",
  7. "category": "Reporting",
  8. "website": "https://github.com/OCA/reporting-engine",
  9. "author": "Grupo ESOC Ingeniería de Servicios, "
  10. "Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "installable": True,
  13. "application": False,
  14. "summary": "Allow to generate XML reports",
  15. "depends": [
  16. "web",
  17. ],
  18. "data": [
  19. "views/report_xml_templates.xml",
  20. "views/webclient_templates.xml",
  21. ],
  22. "demo": [
  23. "demo/report.xml",
  24. ]
  25. }