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.

33 lines
938 B

  1. # -*- coding: utf-8 -*-
  2. # Authors: See README.RST for Contributors
  3. # Copyright 2015-2016 See __openerp__.py for Authors
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Report qweb auto generation",
  7. "version": "9.0.1.0.0",
  8. "depends": [
  9. "report",
  10. ],
  11. "external_dependencies": {
  12. "python": [
  13. "unidecode",
  14. ],
  15. },
  16. "author": "AvanzOSC, "
  17. "Tecnativa, "
  18. "Odoo Community Association (OCA), ",
  19. "website": "https://github.com/OCA/server-tools",
  20. "license": "AGPL-3",
  21. "contributors": [
  22. "Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>",
  23. "Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>",
  24. "Ana Juaristi <anajuaristi@avanzosc.es>",
  25. ],
  26. "category": "Tools",
  27. "data": [
  28. "wizard/report_duplicate_view.xml",
  29. "views/report_xml_view.xml",
  30. ],
  31. 'installable': True,
  32. }