Saturday, January 31, 2026
4 changes · saas-19.1
Resolved issues and error corrections
This update resolves a visual glitch where the 'Cover Image' option was incorrectly displayed in the website builder for blog and event snippets, even when no cover image was actually present. This ensures a cleaner and more accurate user experience when configuring these dynamic content sections.
Original PR description
*: blog, event This PR fixes an issue about the `Cover Image` option being displayed even if the snippet doesn't come with any cover image. task-5104447 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#240055
This update allows portal users to modify the stage of opportunities they've been assigned to. Previously, this action was blocked due to security restrictions. The fix ensures a smoother experience for users managing leads through the website portal.
Original PR description
Steps to reproduce: 1. As a portal user, access an assigned opportunity. 2. Try to change the stage of the opportunity using the stage dropdown. Current behavior: - The stage change is not allowed, and an error is raised because we don't have rights to directl modify a crm.lead as a portal user. Solution: - Following the behaviour on the how we handle the other details of the opportunity from the portal, we add a dedicated method that allows portal users to update the stage of their assigned leads, if they have the rights to. opw-5346055 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#243279
This update fixes an issue where video call links in calendar invitations were not working correctly, displaying as plain text instead of clickable URLs. The change ensures that links are properly formatted, allowing users to easily join video calls sent via email. This improves the user experience for scheduling and attending meetings.
Original PR description
Video call links in calendar invitations were displayed as literal strings due to using `t-attf-href` instead of `t-att-href` in the email templates. ### Steps to reproduce 1. Schedule a meeting with a video call URL. 2. Send the invitation email. 3. Click the link; it incorrectly points to `http://object.videocall_location/`. opw-5436011 Forward-Port-Of: odoo/odoo#243055
This pull request updates the core spreadsheet component to the latest version (19.1.5). It addresses several minor bugs and inconsistencies related to spreadsheet functionality, specifically improving the mobile experience and ensuring consistent selection behavior. These updates enhance the overall stability and usability of the spreadsheet feature.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/f26a13054c [REL] 19.1.5 [Task: 0](https://www.odoo.com/odoo/2328/tasks/0)…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/f26a13054c [REL] 19.1.5 [Task: 0](https://www.odoo.com/odoo/2328/tasks/0) https://github.com/odoo/o-spreadsheet/commit/3b9899bc1e [FIX] gauge: transform section rule formulas [Task: 5867508](https://www.odoo.com/odoo/2328/tasks/5867508) https://github.com/odoo/o-spreadsheet/commit/05e34b7026 [FIX] topbar: fix readonly banner on mobile [Task: 5342571](https://www.odoo.com/odoo/2328/tasks/5342571) https://github.com/odoo/o-spreadsheet/commit/2ba35d52d7 [FIX] selection: keep anchor consistent on mouse up [Task: 5431585](https://www.odoo.com/odoo/2328/tasks/5431585) Co-authored-by: Florian Damhaut (flda) <flda@odoo.com> Co-authored-by: Anthony Hendrickx (anhe) <anhe@odoo.com> Co-authored-by: Alexis Lacroix (laa) <laa@odoo.com> Co-authored-by: Lucas Lefèvre (lul) <lul@odoo.com> Co-authored-by: Adrien Minne (adrm) <adrm@odoo.com> Co-authored-by: Ronak Mukeshbhai Bharadiya (rmbh) <rmbh@odoo.com> Co-authored-by: Dhrutik Patel (dhrp) <dhrp@odoo.com> Co-authored-by: Rémi Rahir (rar) <rar@odoo.com> Co-authored-by: Pierre Rousseau (pro) <pro@odoo.com> Co-authored-by: Vincent Schippefilt (vsc) <vsc@odoo.com> Co-authored-by: Marceline Thomas (matho) <matho@odoo.com>