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.

30 lines
800 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Avoin.Systems
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. # noinspection PyStatementEffect
  5. {
  6. "name": "Report Wkhtmltopdf Param",
  7. "version": "10.0.1.0.1",
  8. "license": "AGPL-3",
  9. "summary": """
  10. Add new parameters for a paper format to be used by wkhtmltopdf
  11. command as arguments.
  12. """,
  13. "author": "Avoin.Systems,"
  14. "Eficent,"
  15. "Odoo Community Association (OCA)",
  16. "website": "https://avoin.systems",
  17. "category": "Technical Settings",
  18. "depends": [
  19. "report",
  20. ],
  21. "data": [
  22. "security/ir.model.access.csv",
  23. "views/paperformat.xml",
  24. ],
  25. "installable": True,
  26. "auto_install": False,
  27. "application": False,
  28. "active": False,
  29. }