Friday, May 23, 2025
4 changes · saas-18.3
Enhancements to existing features
New Point of Sale setups no longer require users to manually create a warehouse first. When needed, the system now creates and links a default warehouse automatically, reducing setup friction for first-time or scenario-based configurations.
Original PR description
Before this commit: ==== - Creating a new POS requires setting up a warehouse beforehand. - If no warehouse existed, the system would block POS creation, especially during scenario-based setups. After this commit: ==== - POS creation no longer blocks the user if a warehouse is not already configured. - A default warehouse is automatically created and linked during the first POS configuration. - This improves the user experience, especially for first-time setups. task-4761117
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