mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user