mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] If move line linked with payment line is already partially reconciled then write new values on this partial reconcile
This commit is contained in:
committed by
Stéphane Bidoul
parent
2919623166
commit
bc19e1863a
@@ -177,7 +177,7 @@ class PaymentLine(orm.Model):
|
||||
|
||||
if torec_move_line.reconcile_partial_id:
|
||||
reconcile_obj.write(
|
||||
cr, uid, transit_move_line.reconcile_partial_id.id,
|
||||
cr, uid, [torec_move_line.reconcile_partial_id.id],
|
||||
vals, context=context)
|
||||
else:
|
||||
reconcile_obj.create(
|
||||
|
||||
Reference in New Issue
Block a user