[MIG] : Migration to 14.0

This commit is contained in:
Cyril VINH-TUNG
2022-10-12 11:34:17 -10:00
parent e405538571
commit 277eff719c
7 changed files with 105 additions and 57 deletions

View File

@@ -11,4 +11,4 @@ class TestReport(common.TransactionCase):
report = report_object._get_report_from_name(report_name)
docs = self.env["res.company"].search([], limit=1).partner_id
self.assertEqual(report.report_type, "fillpdf")
report.render(docs.ids, {})
report._render(docs.ids, {})