Friday, May 23, 2025
3 changes · saas-18.3
Enhancements to existing features
Updates to reconciliation models now automatically refresh the available matching actions for all unmatched bank statement lines. This helps accounting teams work with current rules immediately and removes an unnecessary manual “Run now” action.
Original PR description
Change on a reco model should reset buttons for all unmatched statement lines. task-4749376
Bank reconciliation is easier to work with thanks to clearer access to the chatter, visible selection cues, and attachment previews. Users can now see related documents from reconciled entries, statements, and original moves in one place, reducing time spent searching for supporting information.
Original PR description
The aim of this commit is improving the way we can use the chatter with the bank reconciliation widget. It includes different improvements: - Chatter icon visible on hover (if chatter closed) - Attachments from reconciled moves, statements and original move are present in the chatter. - A small border is visible to let the user know which statement line is the selected one. - Chatter is opened with the attachment preview task-4808703
Website-generated pages now apply image customization more consistently, including images that are not cropped. This helps the website editor detect image formats correctly and improves page processing performance.
Original PR description
Also apply images customization on non-cropped images, so the format can can be detected by the website editor. Performance improved by reducing the amount of regex applied per page. This is both an improvement and fixes, we do it retrospectively in 18.3 to be able to continue fast iterations by updating server side. Linked to: - https://github.com/odoo/website-scraper/pull/307 - https://github.com/odoo/iap-apps/pull/1069