mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_wkhtmltopdf_param: Migration to 16.0
This commit is contained in:
committed by
Lukas Tran
parent
4b703ea874
commit
bb819c0f5f
@@ -17,7 +17,7 @@ class IrActionsReport(models.Model):
|
||||
set_viewport_size=False,
|
||||
):
|
||||
# noinspection PyUnresolvedReferences,PyProtectedMember
|
||||
command_args = super(IrActionsReport, self)._build_wkhtmltopdf_args(
|
||||
command_args = super()._build_wkhtmltopdf_args(
|
||||
paperformat_id, landscape, specific_paperformat_args, set_viewport_size
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user