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.

29 lines
774 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": "12.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,"
  13. "Eficent,"
  14. "Odoo Community Association (OCA)",
  15. "website": "https://avoin.systems",
  16. "category": "Technical Settings",
  17. "depends": [
  18. "web",
  19. ],
  20. "data": [
  21. "security/ir.model.access.csv",
  22. "views/paperformat.xml",
  23. ],
  24. "installable": True,
  25. "auto_install": False,
  26. "application": False,
  27. "active": False,
  28. }