[FIX] ir_actions: wrong namespace.

bzr revid: vmt@openerp.com-20130222133637-14d903ci0hvwej5j
This commit is contained in:
Vo Minh Thu 2013-02-22 14:36:37 +01:00
parent 729d969fd9
commit 575771f651
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class report_xml(osv.osv):
# raise Exception, "Unhandled report type: %s" % r
pass
if new_report is None:
new_report = interface.report_int._reports['report.' + name]
new_report = openerp.report.interface.report_int._reports['report.' + name]
return new_report.create(cr, uid, ids, data, context)