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.

20 lines
507 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. "author": "Odoo Community Association (OCA), Grupo ESOC",
  8. "license": "AGPL-3",
  9. "website": "https://odoo-community.org/",
  10. "installable": True,
  11. "application": False,
  12. "summary": "Allow to generate XML reports",
  13. "depends": [
  14. "report",
  15. ],
  16. "data": [
  17. "views/report_xml_templates.xml",
  18. ]
  19. }