Thursday, September 11, 2025
5 changes · 19.0
Enhancements to existing features
The stock transfer list now separates date-related filters from other filter options. This makes it easier for users to find and apply date filters when managing warehouse operations.
Original PR description
Task: 5075847 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website shop configurator preset images have been refreshed with a new placeholder logo. This keeps the setup experience visually consistent and better aligned with current branding when users choose product and shop layouts.
Original PR description
Update configurator preset images in `website_sale` with new placeholder logo. task-5080114 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Color choices now use a rounded visual style and clearly show which color is selected. This makes color selection more consistent and easier to understand across project and general interface areas.
Original PR description
We now have rounded item colors, and we can now see which color is selected. task-5049476 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mail composer now better detects when users are actively editing a message, so messages can be marked as read at the right time. Its border styling also gives clearer visual feedback when the composer is focused.
Original PR description
This commit binding the focusin and focusout handlers to the HTML composer, making the mark as read feature working as expected. Also, this commit improves the border styling of the composer with focus state. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update reorganizes how spreadsheet borders are handled to make editing behavior more consistent and easier to maintain. It helps reduce the risk of future issues in spreadsheet features such as list and pivot autofill, with minimal direct impact for users.