From 08a456b3691395d1e4bdf7689fd26f69b65b1231 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Wed, 7 Sep 2011 19:41:09 +0200 Subject: [PATCH] [FIX] debug by default until we fix css merging bzr revid: al@openerp.com-20110907174109-xgh3c4efdftpyujt --- addons/web/common/dispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/web/common/dispatch.py b/addons/web/common/dispatch.py index 2375623..0829f36 100644 --- a/addons/web/common/dispatch.py +++ b/addons/web/common/dispatch.py @@ -316,7 +316,7 @@ class Root(object): by the server, will be filtered by this pattern """ def __init__(self, options): - self.root = werkzeug.urls.Href('/web/webclient/home') + self.root = werkzeug.urls.Href('/web/webclient/home?debug') self.config = options self.session_cookie = 'sessionid' -- 1.7.10.4