Tuesday, September 30, 2025
4 changes · 19.0
Enhancements to existing features
This update improves how borders are handled when preparing email content, especially for images. It helps ensure styled borders remain visible and consistent for recipients across email clients.
Original PR description
This commit ports the following fixes to `convert_inline` of `mail`: - https://github.com/odoo/odoo/commit/8923f32426fc64e90db249fad47d7ca7e338adef [FIX] web_editor: adapt border-style value based on border widths - https://github.com/odoo/odoo/commit/7de31c6261d2fe9f58b0c6cb635977e77eecd9d6 [FIX] web_editor: ensure image border visible in emails --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#228970
The AI button now has a more consistent hover effect that better matches the product branding. Related button hover states were also adjusted so users can more easily identify the intended action.
Original PR description
This PR harmonizes the AI button hover by using the logo as the button's ::before pseudo-element. It also modifies the hover state of other buttons to emphasize the desired element. task-5093189 PR-commu: https://github.com/odoo/odoo/pull/227632
Redirect links in the link tracker now encode certain dot sequences that some nginx setups may incorrectly block as suspicious. This helps tracked links keep working reliably across stricter server configurations without changing user behavior.
Original PR description
Purpose ======= It has been reported that some nginx configuration detect '...' as malicious. When testing, encoding the '...' solve the issue, and so we force the encoding for the redirection URL. Task-4920533 Forward-Port-Of: odoo/odoo#229060
The website editor buttons now show a clearer hover effect, making it easier for users to see which action they are about to select. This improves usability around the AI button and related editor controls without changing workflows.
Original PR description
This PR improves the WYSIWYG button hover effect to better highlight the intended element. The mentioned task is focused on the AI button; it was a good opportunity to improve the hover on the other buttons as well. task-5093189 PR-enterprise: https://github.com/odoo/enterprise/pull/94944 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr