odoo/addons/portal_anonymous
Olivier Dony e6cca53967 [FIX] portal_anonymous: revert incorrect fix for login flickering, try another one that works in monodb mode
The previous fix at revision 8887 was not correct because start() did not call
 _super() in anonymous mode, while still depending on the value of 
`self.selected_db`, that _super() is responsible for setting in monodb mode.
Multi-db mode was working fine.

bzr revid: odo@openerp.com-20130319181137-9quokmivgb3flyct
2013-03-19 19:11:37 +01:00
..
i18n Launchpad automatic translations update. 2013-03-08 06:07:49 +00:00
security [FIX] Contact form issue when anonymous 2012-12-20 12:28:37 +01:00
static/src [FIX] portal_anonymous: revert incorrect fix for login flickering, try another one that works in monodb mode 2013-03-19 19:11:37 +01:00
__init__.py [IMP] portal_anonymous 2012-12-06 00:41:40 +01:00
__openerp__.py [IMP] Moved all js code from auth_anonymous to portal_anonymous (changed also all related names, etc.) which will do all the job. Removed auth_anonymous 2012-12-12 13:40:49 +01:00
portal_anonymous_data.xml [FIX]portal_anonymous: set flag share to anonymous user 2013-03-14 13:30:13 +01:00