mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Add amount_residual for reconciliation later on
This commit is contained in:
committed by
Akim Juillerat
parent
5fe40fcf24
commit
526df7adc7
@@ -153,6 +153,7 @@ class AccountJournal(models.Model):
|
||||
'partner_id': partner_id,
|
||||
'move_id': move.id,
|
||||
'account_id': account_id,
|
||||
'amount_residual': total_amount,
|
||||
'already_completed': True,
|
||||
}
|
||||
move_line_obj.create(counterpart_values)
|
||||
|
||||
Reference in New Issue
Block a user