Friday, March 14, 2025
3 changes · saas-18.1
Resolved issues and error corrections
This fixes an issue where followers of a parent record could be missed when email notification subtypes used the same record type for both parent and child. Businesses get more reliable communication updates because the intended followers are now correctly considered.
Original PR description
When you create a mail subtype having the same model than the subtype of which linked through his relational field. The followers of the parent are not correctly taken into account because the parenting relation is ignored as we get into the first 'if' part and so not in the 'elif'. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The helper text for canned responses has been updated to match the current shortcut and provide clearer guidance. This reduces confusion for users creating or using predefined replies in Mail and Live Chat.
Original PR description
Description of the issue/feature this PR addresses: The description of the canned response is not correct anymore, we're just fixing it to the right value and improving the text. 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
In read-only spreadsheets, the Odoo pivot side panel now clearly appears disabled instead of showing buttons that look usable but do nothing. This reduces confusion for users reviewing documents without edit rights and better matches the expected read-only experience.
Original PR description
Previously, the Odoo pivot side panel appeared editable in readonly mode, with buttons enabled but non-functional. This fix ensures that the side panel is visually and functionally disabled by applying the same styling as spreadsheet pivot side panel. Task: [4640254](https://www.odoo.com/odoo/project/2328/tasks/4640254)