[Fix] fix reconciliation when reversing an account move

This commit is contained in:
Florian da Costa
2017-01-26 19:23:56 +01:00
parent 22b6acf8d1
commit 1d007b2ad9

View File

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