mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] - missing method param
This commit is contained in:
@@ -36,5 +36,5 @@ class IrActionReport(models.Model):
|
||||
self.model, res_ids
|
||||
)
|
||||
if substitution_report:
|
||||
return substitution_report.render(res_ids)
|
||||
return substitution_report.render(res_ids, data)
|
||||
return super().render(res_ids, data)
|
||||
|
||||
Reference in New Issue
Block a user