Browse Source

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

pull/195/head
oihane 9 years ago
committed by Alex Comba
parent
commit
a3123cbfbc
  1. 2
      base_report_auto_create_qweb/models/report_xml.py

2
base_report_auto_create_qweb/models/report_xml.py

@ -69,7 +69,7 @@ class IrActionsReport(models.Model):
name, qweb_name, module, model, arch)
if not report_view_ids:
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)
return report_xml

Loading…
Cancel
Save