Add post move

This commit is contained in:
Oscar Alvarez 2020-06-12 00:07:52 -05:00
parent 8b773e5a88
commit 5b89c6bde0

View file

@ -256,7 +256,7 @@ class Liquidation(Workflow, ModelSQL, ModelView):
to_reconcile = [ml]
to_reconcile.extend(grouped[ml.account.id]['lines'])
MoveLine.reconcile(set(to_reconcile))
# Move.post([move])
Move.post([move])
def get_moves_lines(self):
lines_moves = []