odoo/addons/web/controllers
Christophe Simonis 0b9bf8e2bf [FIX] ensure_db():
When user ask a specific database on a new session, the nodb router
 has been used to find the route.
 Depending on installed module in the database, the rendering of the page
 may depend on data injected by the database route dispatcher.
 Thus, we redirect the user to the same page but with the session cookie set.
 This will force using the database route dispatcher...

bzr revid: chs@openerp.com-20140207154703-o0gl58i2b56eridx
2014-02-07 16:47:03 +01:00
..
__init__.py [ADD] first 90% of non-sucky testing API, last 90% left 2012-10-25 17:47:45 +02:00
main.py [FIX] ensure_db(): 2014-02-07 16:47:03 +01:00
testing.py [FIX] test controller 2014-01-23 13:42:50 +01:00