Daily updates from Odoo
Wednesday, August 13, 2025
3 changes · saas-18.4
Enhancements to existing features
Users can now update only part of an analytic distribution when editing multiple journal or analytic items at once. This makes bulk corrections faster and less error-prone when only one analytic plan needs to change across several records.
Original PR description
In Journal Items list view, mass edition of the Analytic Distribution on several records is disappointing and reported almost unusable. It is impossible to mass edit only one plan on multiple lines using a distribution. This commit is adding the possibility to do so from the list view of analytic items but also from the journal items. task-4937143 Forward-Port-Of: odoo/odoo#222728 Forward-Port-Of: odoo/odoo#219582
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
Bank reconciliation screens have been streamlined by removing a redundant shortcut to journal entries, hiding mostly unnecessary statement line status information, and keeping the account assignment action easier to access. Attachment indicators are also suppressed when they would duplicate statement-level attachments, reducing visual clutter for accounting users.
Original PR description
- Removing the action of going to the entry of statement line from the dropdown, new the only possibility will be from the list view - Hide the status of the statement line since it's mostly posted - Adding the set account button everytime next to the set partner task-4985155 Forward-Port-Of: odoo/enterprise#91423