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.

34 lines
988 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": "OdooMRP team, "
  17. "AvanzOSC, "
  18. "Serv. Tecnol. Avanzados - Pedro M. Baeza, "
  19. "Odoo Community Association (OCA), ",
  20. "website": "http://www.odoomrp.com",
  21. "license": "AGPL-3",
  22. "contributors": [
  23. "Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>",
  24. "Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>",
  25. "Ana Juaristi <anajuaristi@avanzosc.es>",
  26. ],
  27. "category": "Tools",
  28. "data": [
  29. "wizard/report_duplicate_view.xml",
  30. "views/report_xml_view.xml",
  31. ],
  32. 'installable': False,
  33. }