[FIX] removing a cr.commit()

bzr revid: qdp-launchpad@openerp.com-20121018100222-jttfkv4e8rq7a4pa
This commit is contained in:
Quentin (OpenERP) 2012-10-18 12:02:22 +02:00
parent 4dfb95b46e
commit 47bed5e14f
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ class users(osv.osv):
encrypted = ''
cr.execute('update res_users set password=%s where id=%s',
(encrypted.encode('utf-8'), int(id)))
cr.commit()
del value
def get_pw( self, cr, uid, ids, name, args, context ):