mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] account_reversal - Reverse multiple journal entries.
This commit is contained in:
@@ -119,5 +119,5 @@ class AccountMove(models.Model):
|
||||
moves._post_validate()
|
||||
moves.post()
|
||||
if reconcile:
|
||||
orig.move_reverse_reconcile()
|
||||
self.move_reverse_reconcile()
|
||||
return moves
|
||||
|
||||
Reference in New Issue
Block a user