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.

28 lines
709 B

  1. # -*- coding: utf-8 -*-
  2. # Authors: See README.RST for Contributors
  3. # Copyright 2015-2017
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Report qweb auto generation",
  7. "version": "10.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. "category": "Tools",
  22. "data": [
  23. "wizard/report_duplicate_view.xml",
  24. "views/report_xml_view.xml",
  25. ],
  26. 'installable': True,
  27. }