Solve a bug that appear in the runbot with js tests (??)

bzr revid: nicolas.vanhoren@openerp.com-20130225162159-qhmiet8a22m983rg
This commit is contained in:
niv-openerp 2013-02-25 17:21:59 +01:00
parent 2277598f1c
commit 5f60359b59
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def register_report(name, model, tmpl_path, parser=rml_parse):
return
if hasattr(service, 'parser'):
parser = service.parser
del openerp.report.interface.report_int[name]
del openerp.report.interface.report_int._reports[name]
WebKitParser(name, model, tmpl_path, parser=parser)