[FIX] <base_report_auto_create_qweb> Fixed error in qweb view creation
parent
718e77a3e4
commit
a3123cbfbc
|
@ -69,7 +69,7 @@ class IrActionsReport(models.Model):
|
||||||
name, qweb_name, module, model, arch)
|
name, qweb_name, module, model, arch)
|
||||||
if not report_view_ids:
|
if not report_view_ids:
|
||||||
arch = ('<?xml version="1.0"?>\n'
|
arch = ('<?xml version="1.0"?>\n'
|
||||||
'<t t-name="%s">\n</t>' % report_name)
|
'<t t-name="%s">\n</t>' % report)
|
||||||
report_xml._create_qweb(name, report_name, module, model, arch)
|
report_xml._create_qweb(name, report_name, module, model, arch)
|
||||||
return report_xml
|
return report_xml
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue