[FIX] server/ir_translation: don't commit when updating translations, to preserve transactions\!

bzr revid: odo@openerp.com-20100705123208-dk5uwjlvnv0yr2sg
This commit is contained in:
Olivier Dony 2010-07-05 14:32:08 +02:00
parent a06f75f640
commit ae98302b30
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ class ir_translation(osv.osv):
'and name=%s ' \
'and res_id IN %s',
(lang,tt,name,tuple(ids),))
cr.commit()
for id in ids:
self.create(cr, uid, {
'lang':lang,