Report Wkhtmltopdf Param

report_wkhtmltopdf_param
REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/19.0/report_wkhtmltopdf_param
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Avoin.Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Avoin.Systems
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, arantxa-s73
WEBSITE
WEBSITEhttps://github.com/OCA/reporting-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:46
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows you to add new parameters for a paper format which
are then forwarded to wkhtmltopdf command as arguments. To display the
arguments that wkhtmltopdf accepts go to your command line and type
'wkhtmltopdf -H'.

A commonly used parameter in Odoo is *--disable-smart-shrinking*, that
will disable the automatic resizing of the PDF when converting. This is
important when you intend to have a layout that conforms to certain
alignment. It is very common whenever you need to conform the PDF to a
predefined layoyut (e.g. checks, official forms,...).

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
paperformat_view_form_custom paperformat with custom parameters report.paperformat field Inherits base.paperformat_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • custom_params One2many → report.paperformat.parameter
    help='Custom Parameters passed forward as wkhtmltopdf command arguments' args: 'report.paperformat.parameter', 'paperformat_id', 'Custom Parameters'
Public methods (0)

No public methods.

New fields (3)
  • name Char
    help='The command argument name. Remember to add prefix -- or -' required=True
  • paperformat_id Many2one → report.paperformat
    required=True args: 'report.paperformat', 'Paper Format'
  • value Char
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/18.0/report_wkhtmltopdf_param
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Avoin.Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Avoin.Systems
COMMITTERS
COMMITTERSMiquel Raïch, Weblate, OCA-git-bot, oca-ci, Lukas Tran
WEBSITE
WEBSITEhttps://github.com/OCA/reporting-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows you to add new parameters for a paper format which
are then forwarded to wkhtmltopdf command as arguments. To display the
arguments that wkhtmltopdf accepts go to your command line and type
'wkhtmltopdf -H'.

A commonly used parameter in Odoo is *--disable-smart-shrinking*, that
will disable the automatic resizing of the PDF when converting. This is
important when you intend to have a layout that conforms to certain
alignment. It is very common whenever you need to conform the PDF to a
predefined layoyut (e.g. checks, official forms,...).

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
paperformat_view_form_custom paperformat with custom parameters report.paperformat field Inherits base.paperformat_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • custom_params One2many → report.paperformat.parameter
    help='Custom Parameters passed forward as wkhtmltopdf command arguments' args: 'report.paperformat.parameter', 'paperformat_id', 'Custom Parameters'
Public methods (0)

No public methods.

New fields (3)
  • name Char
    help='The command argument name. Remember to add prefix -- or -' required=True
  • paperformat_id Many2one → report.paperformat
    required=True args: 'report.paperformat', 'Paper Format'
  • value Char
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/17.0/report_wkhtmltopdf_param
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Avoin.Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Avoin.Systems
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, trisdoan
WEBSITE
WEBSITEhttps://github.com/OCA/reporting-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows you to add new parameters for a paper format which
are then forwarded to wkhtmltopdf command as arguments. To display the
arguments that wkhtmltopdf accepts go to your command line and type
'wkhtmltopdf -H'.

A commonly used parameter in Odoo is *--disable-smart-shrinking*, that
will disable the automatic resizing of the PDF when converting. This is
important when you intend to have a layout that conforms to certain
alignment. It is very common whenever you need to conform the PDF to a
predefined layoyut (e.g. checks, official forms,...).

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
paperformat_view_form_custom paperformat with custom parameters report.paperformat field Inherits base.paperformat_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • custom_params One2many → report.paperformat.parameter
    help='Custom Parameters passed forward as wkhtmltopdf command arguments' args: 'report.paperformat.parameter', 'paperformat_id', 'Custom Parameters'
Public methods (0)

No public methods.

New fields (3)
  • name Char
    help='The command argument name. Remember to add prefix -- or -' required=True
  • paperformat_id Many2one → report.paperformat
    required=True args: 'report.paperformat', 'Paper Format'
  • value Char
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/16.0/report_wkhtmltopdf_param
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Avoin.Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Avoin.Systems
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Maksym Yankin
WEBSITE
WEBSITEhttps://github.com/OCA/reporting-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
paperformat_view_form_custom paperformat with custom parameters report.paperformat field Inherits base.paperformat_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • custom_params One2many → report.paperformat.parameter
    help='Custom Parameters passed forward as wkhtmltopdf command arguments' args: 'report.paperformat.parameter', 'paperformat_id', 'Custom Parameters'
Public methods (0)

No public methods.

New fields (3)
  • name Char
    help='The command argument name. Remember to add prefix -- or -' required=True
  • paperformat_id Many2one → report.paperformat
    required=True args: 'report.paperformat', 'Paper Format'
  • value Char
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/15.0/report_wkhtmltopdf_param
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Avoin.Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Avoin.Systems
COMMITTERS
COMMITTERSOCA Transbot, Weblate, OCA-git-bot, oca-ci, Maksym Yankin
WEBSITE
WEBSITEhttps://github.com/OCA/reporting-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
paperformat_view_form_custom paperformat with custom parameters report.paperformat field Inherits base.paperformat_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • custom_params One2many → report.paperformat.parameter
    help='Custom Parameters passed forward as wkhtmltopdf command arguments' args: 'report.paperformat.parameter', 'paperformat_id', 'Custom Parameters'
Public methods (0)

No public methods.

New fields (3)
  • name Char
    help='The command argument name. Remember to add prefix -- or -' required=True
  • paperformat_id Many2one → report.paperformat
    required=True args: 'report.paperformat', 'Paper Format'
  • value Char
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/14.0/report_wkhtmltopdf_param
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Avoin.Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Avoin.Systems
COMMITTERS
COMMITTERSoca-travis, Weblate, OCA-git-bot, fshah
WEBSITE
WEBSITEhttps://github.com/OCA/reporting-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
paperformat_view_form_custom paperformat with custom parameters report.paperformat field Inherits base.paperformat_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • custom_params One2many → report.paperformat.parameter
    help='Custom Parameters passed forward as wkhtmltopdf command arguments' args: 'report.paperformat.parameter', 'paperformat_id', 'Custom Parameters'
Public methods (0)

No public methods.

New fields (3)
  • name Char
    help='The command argument name. Remember to add prefix -- or -' required=True args: 'Name'
  • paperformat_id Many2one → report.paperformat
    required=True args: 'report.paperformat', 'Paper Format'
  • value Char
    args: 'Value'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/13.0/report_wkhtmltopdf_param
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Avoin.Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Avoin.Systems
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Saran440
WEBSITE
WEBSITEhttps://github.com/OCA/reporting-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
paperformat_view_form_custom paperformat with custom parameters report.paperformat field Inherits base.paperformat_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • custom_params One2many → report.paperformat.parameter
    help='Custom Parameters passed forward as wkhtmltopdf command arguments' args: 'report.paperformat.parameter', 'paperformat_id', 'Custom Parameters'
Public methods (0)

No public methods.

New fields (3)
  • name Char
    help='The command argument name. Remember to add prefix -- or -' required=True args: 'Name'
  • paperformat_id Many2one → report.paperformat
    required=True args: 'report.paperformat', 'Paper Format'
  • value Char
    args: 'Value'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/12.0/report_wkhtmltopdf_param
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Avoin.Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Avoin.Systems
COMMITTERS
COMMITTERSEnric Tobella, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Abraham Anes
WEBSITE
WEBSITEhttps://github.com/OCA/reporting-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
paperformat_view_form_custom paperformat with custom parameters report.paperformat field Inherits base.paperformat_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • custom_params One2many → report.paperformat.parameter
    help='Custom Parameters passed forward as wkhtmltopdf command arguments' args: 'report.paperformat.parameter', 'paperformat_id', 'Custom Parameters'
Public methods (0)

No public methods.

New fields (3)
  • name Char
    help='The command argument name. Remember to add prefix -- or -' required=True args: 'Name'
  • paperformat_id Many2one → report.paperformat
    required=True args: 'report.paperformat', 'Paper Format'
  • value Char
    args: 'Value'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/11.0/report_wkhtmltopdf_param
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Avoin.Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Avoin.Systems
COMMITTERS
COMMITTERSEnric Tobella, oca-travis, Weblate, hveficent
WEBSITE
WEBSITEhttps://avoin.systems
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
paperformat_view_form_custom paperformat with custom parameters report.paperformat field Inherits base.paperformat_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • custom_params One2many → report.paperformat.parameter
    help='Custom Parameters passed forward as wkhtmltopdf command arguments' args: 'report.paperformat.parameter', 'paperformat_id', 'Custom Parameters'
Public methods (0)

No public methods.

New fields (3)
  • name Char
    help='The command argument name. Remember to add prefix -- or -' required=True args: 'Name'
  • paperformat_id Many2one → report.paperformat
    required=True args: 'report.paperformat', 'Paper Format'
  • value Char
    args: 'Value'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/10.0/report_wkhtmltopdf_param
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Avoin.Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Avoin.Systems
COMMITTERS
COMMITTERSPedro M. Baeza, Jordi Ballester, OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttps://avoin.systems
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - report
    - base
    - web
    - base_setup
    - web_kanban
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
paperformat_view_form_custom paperformat with custom parameters report.paperformat field Inherits report.paperformat_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • custom_params One2many → report.paperformat.parameter
    help='Custom Parameters passed forward as wkhtmltopdf command arguments' args: 'report.paperformat.parameter', 'paperformat_id', 'Custom Parameters'
Public methods (0)

No public methods.

New fields (3)
  • name Char
    help='The command argument name. Remember to add prefix -- or -' required=True args: 'Name'
  • paperformat_id Many2one → report.paperformat
    required=True args: 'report.paperformat', 'Paper Format'
  • value Char
    args: 'Value'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/9.0/report_wkhtmltopdf_param
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Avoin.Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Avoin.Systems
COMMITTERS
COMMITTERSGitHub, Jordi Ballester, OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttps://avoin.systems
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - report
    - base
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
paperformat_view_form_custom paperformat with custom parameters report.paperformat field Inherits report.paperformat_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • custom_params One2many → report.paperformat.parameter
    help='Custom Parameters passed forward as wkhtmltopdf command arguments' args: 'report.paperformat.parameter', 'paperformat_id', 'Custom Parameters'
Public methods (0)

No public methods.

New fields (3)
  • name Char
    help='The command argument name. Remember to add prefix -- or -' required=True args: 'Name'
  • paperformat_id Many2one → report.paperformat
    required=True args: 'report.paperformat', 'Paper Format'
  • value Char
    args: 'Value'
Public methods (0)

No public methods.