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.

22 lines
580 B

  1. # -*- encoding: utf-8 -*-
  2. # Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
  3. {
  4. "name": "Qweb XML Sample Report",
  5. "version": "8.0.1.0.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": "For developers who want an example",
  14. "depends": [
  15. "contacts",
  16. "report",
  17. ],
  18. "data": [
  19. "views/res_partner_templates.xml",
  20. ]
  21. }