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
661 B

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