Wednesday, June 25, 2025
2 changes · saas-18.4
Enhancements to existing features
The website SEO optimization dialog now restores the clearer previous layout for showing where keywords are mentioned. A helpful tooltip was also added to the Content Check subtitle, making the tool easier to understand and use.
Original PR description
Following the changes introduced in [1], the structure of the keywords table in the SEO optimization tool was modified. To improve readability, this commit reverts to the previous "mentioned in" layout. Additionally, a tooltip has been added to the "Content Check" subtitle for better UX. [1]: https://github.com/odoo/odoo/commit/24019e44ebd30fdd785ab4731108eff04bb88ce8 task-4313421 task-4876497
The website editor’s animated text settings panel can now resize vertically based on its content instead of staying fixed. This makes the editing experience smoother and easier to use when options change size.
Original PR description
When animated text option was added to the toolbar, the size of the popover was fixed, to avoid annoying moves of the popover when the content changed size. But moving vertically the popover when the content changes is not too annoying, and having the height adapted to the content is nicer. Animated text option: e80a2a20d4ba49b51f31f8ed06a5a0d3d1fa2e6d task-4367641