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.

21 lines
542 B

  1. # -*- encoding: utf-8 -*-
  2. # Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
  3. {
  4. "name": "Qweb XML Reports",
  5. "version": "1.0",
  6. "category": "Reporting",
  7. "website": "https://grupoesoc.es",
  8. "author": "Grupo ESOC Ingeniería de Servicios, "
  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. "report",
  16. ],
  17. "data": [
  18. "views/report_xml_templates.xml",
  19. ]
  20. }