Friday, September 5, 2025
1 change · 17.0
Resolved issues and error corrections
This fix ensures that custom view changes correctly keep text added after removing an element when inheritance branding is enabled. It prevents silently missing text in customized screens, improving reliability for businesses using inherited views or studio-like customizations.
Original PR description
With the inherit branding activated, have a xpath in an inherited view that removes a node, and adds some text afterwards in the parent of the removed node Before this commit, the text of the spec was not output. This was because it was appended to the removal ProcessingIntruction that was removed later on After this commit, a spec can add text in a node from which a child has been removed 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 Forward-Port-Of: odoo/odoo#223576