mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[Fix] fix reconciliation when reversing an account move
This commit is contained in:
@@ -112,5 +112,5 @@ class AccountMove(models.Model):
|
||||
if moves and post:
|
||||
moves.post()
|
||||
if reconcile:
|
||||
moves.move_reverse_reconcile()
|
||||
self.move_reverse_reconcile()
|
||||
return moves
|
||||
|
||||
Reference in New Issue
Block a user