[MIGR] Fix *transaction* module + completion_voucher -> I think we'll remove this module once as it doesn't apply any more.

This commit is contained in:
Joel Grand-Guillaume
2012-12-18 22:06:21 +01:00
parent a6e3ed40be
commit 077c842a7e
3 changed files with 5 additions and 5 deletions

View File

@@ -382,6 +382,6 @@ class AccountBankSatement(Model):
if res:
vals = res[line.id]
vals['already_completed'] = True
stat_line_obj.write(cr, uid, line.id, vals, context=ctx)
stat_line_obj.write(cr, uid, [line.id], vals, context=ctx)
self.write_completion_log(cr, uid, stat.id, msg, compl_lines, context=context)
return True