mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[14.0][MIG] report_py3o: Migration to 14.0
This commit is contained in:
@@ -196,7 +196,7 @@ class Py3oReport(models.TransientModel):
|
||||
# consumption...
|
||||
# ... but odoo wants the whole data in memory anyways :)
|
||||
buffer = BytesIO(f.read())
|
||||
self.ir_actions_report_id.postprocess_pdf_report(model_instance, buffer)
|
||||
self.ir_actions_report_id._postprocess_pdf_report(model_instance, buffer)
|
||||
return result_path
|
||||
|
||||
def _create_single_report(self, model_instance, data):
|
||||
|
||||
Reference in New Issue
Block a user