Wednesday, August 13, 2025
1 change · saas-18.4
Enhancements to existing features
Reconciliation matching rules now handle negative “between” amounts correctly whether users enter the lower or higher value first. This reduces confusion when setting up accounting automation and helps bank statement lines match as expected.
Original PR description
Before this commit, when having the match amount in between with negative amount we had the min and max amount. Some user were confused that since the amount are negative the min and max need to be inverted. To solve that we rewrite the way the match amount were dealt to use a case when that will enable to have an in between that works in both ways (min, max and max, min) notask-id Forward-Port-Of: odoo/enterprise#91628