Thursday, February 15, 2024
3 changes · master
Features or functions removed from Odoo
Event exhibitor and track pages no longer show a placeholder link inviting editors to add a description when none exists. This avoids a confusing editing experience because the link did not work reliably inside the website editor.
Original PR description
When an exhibitor or track has an empty description, the website editor displays a plaholder and a link to edit the page. The link does not work consistently as the link refreshes the iframe of the editor. As the editor has no way to support this we remove the feature in master. In stable we leave it broken as it's not that important. task-3607615 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
An outdated email campaign form layout that was already deprecated has been removed from the Mass Mailing app. This cleanup reduces maintenance of unused code without changing current user workflows.
Original PR description
Cleaning `mailing_mailing_view_form_full_width` which was deprecated with the milk theme in 16.3. Task-3571161
The website settings no longer show the obsolete button for publishing the sitemap. This reduces confusion for website administrators because the action is no longer needed.
Original PR description
[This previous commit] added a notification on the publish sitemap button to inform the user that it's now useless. In master we can just remove the button. [This previous commit]: https://github.com/odoo/odoo/commit/b93f2346a535f0936c120c25a9769265d6877e02 task-3323849