mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] report_py3o: respect _postprocess_report method signature
Co-Authored-By: lmignon <laurent.mignon@acsone.eu>
This commit is contained in:
committed by
Alexis de Lattre
parent
fb715f5e30
commit
610c5a1766
@@ -106,5 +106,5 @@ class Py3oReport(models.TransientModel):
|
||||
report_xml.report_name, filetype, convert_seconds)
|
||||
if len(model_instance) == 1:
|
||||
self._postprocess_report(
|
||||
result_path, model_instance.id)
|
||||
model_instance, result_path)
|
||||
return result_path
|
||||
|
||||
Reference in New Issue
Block a user