[FIX] account_reversal - Reverse multiple journal entries.

This commit is contained in:
ougc27
2018-09-03 15:13:10 -05:00
parent 1c7625884b
commit 5c5e11aaa8

View File

@@ -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