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.

21 lines
701 B

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