[FIX] <base_report_auto_create_qweb> Fixed error in qweb view creation

pull/195/head
oihane 2015-06-29 18:41:08 +02:00 committed by Alex Comba
parent 718e77a3e4
commit a3123cbfbc
1 changed files with 1 additions and 1 deletions

View File

@ -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