[IMP] res_users.login(): eliminate a possibility to get a transaction rollbacked
authorVo Minh Thu <vmt@openerp.com>
Thu, 12 Jan 2012 08:40:30 +0000 (09:40 +0100)
committerVo Minh Thu <vmt@openerp.com>
Thu, 12 Jan 2012 08:40:30 +0000 (09:40 +0100)
commit5089a678cbcfb2ae700fedd675447af9c85e5cec
tree92983d9d21670ed2f3d91de1ef4c445d96db2a4e
parent88eb2db8f93ee4770657bb36de67ffb10b3d9318
[IMP] res_users.login(): eliminate a possibility to get a transaction rollbacked
because of concurrent access. This can happen when the same user is trying to log in
from many clients concurrently.

bzr revid: vmt@openerp.com-20120112084030-kkz1aztp5t6vkbh9
gunicorn.conf.py
openerp/addons/base/res/res_users.py