[FIX] base: avoid keeping password wizards in the database longer than necessary
authorOlivier Dony <odo@openerp.com>
Thu, 6 Feb 2014 16:45:59 +0000 (17:45 +0100)
committerOlivier Dony <odo@openerp.com>
Thu, 6 Feb 2014 16:45:59 +0000 (17:45 +0100)
commit7c53d8c2d1bb0c2856c913a1e60ac848aee4c718
treea7c230eb2f69952f21bc965675fab4bd1ee52336
parent4818a83f2693f23aa66b7b2f8b5714bb15d14482
[FIX] base: avoid keeping password wizards in the database longer than necessary

 This patch deletes the wizard lines rather than
 the wizard record itself, to avoid errors in case
 the client reloads the wizard data before actually
 closing it.

lp bug: https://launchpad.net/bugs/1271165 fixed

bzr revid: odo@openerp.com-20140206164559-j0j9o30im0u2hl2g
openerp/addons/base/res/wizard/change_password_wizard.py