mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_py3o: Migration to 15.0
This commit is contained in:
committed by
Alexandre D. Díaz
parent
19335d8a3e
commit
115559802e
@@ -165,7 +165,7 @@ class TestReportPy3o(TransactionCase):
|
||||
with temporary_copy(flbk_filename) as tmp_filename:
|
||||
self.report.py3o_template_fallback = tmp_filename
|
||||
tools.config.misc["report_py3o"] = {
|
||||
"root_tmpl_path": os.path.dirname(tmp_filename)
|
||||
"root_tmpl_path": os.path.realpath(os.path.dirname(tmp_filename))
|
||||
}
|
||||
res = self.report._render(self.env.user.ids)
|
||||
self.assertTrue(res)
|
||||
|
||||
Reference in New Issue
Block a user