[FIX] runbot color

bzr revid: fme@openerp.com-20140507074310-bt0r1vt6rsgy9wqe
This commit is contained in:
Fabien Meghazi 2014-05-07 09:43:10 +02:00
parent 93bab6ba7a
commit cea5591742
1 changed files with 1 additions and 1 deletions

View File

@ -885,7 +885,7 @@ class view(osv.osv):
# TODO: remove this as soon as the following branch is merged
# lp:~openerp-dev/openerp-web/trunk-module-closure-style-msh
from openerp.addons.web.controllers.main import module_boot
qcontext['modules'] = simplejson.dumps(module_boot())
qcontext['modules'] = simplejson.dumps(module_boot()) if request else None
def loader(name):
return self.read_template(cr, uid, name, context=context)