Wednesday, August 13, 2025
2 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
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