[FIX] debug by default until we fix css merging
authorAntony Lesuisse <al@openerp.com>
Wed, 7 Sep 2011 17:41:09 +0000 (19:41 +0200)
committerAntony Lesuisse <al@openerp.com>
Wed, 7 Sep 2011 17:41:09 +0000 (19:41 +0200)
bzr revid: al@openerp.com-20110907174109-xgh3c4efdftpyujt

addons/web/common/dispatch.py

index 2375623..0829f36 100644 (file)
@@ -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'