mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
In v16, if we create the account.move and then the account.move.line one-by-one, we end up with an additionnal line with credit=debit=0 and label="Automatic balancing line". So I decided to re-write move generation and simplify the move of the check deposit: no need to have one move line per check, we can have a single line for the total of checks without partner and reconcile this single line with all the checks.