Thursday, October 2, 2025
3 changes · master
Features or functions removed from Odoo
This cleanup removes old online shop cart routes that are no longer used. It reduces maintenance overhead without changing the customer shopping experience.
Original PR description
Since 6ba7950, the routes `/shop/cart/quantity` and `/shop/cart/clear` are unused.
Odoo no longer generates most Twitter-specific link preview tags where standard Open Graph tags already provide the same information. This reduces unnecessary page metadata and processing while preserving the Twitter card setting to avoid changing how previews display.
Original PR description
According to https://getoutofmyhead.dev/link-preview-meta-tags/#which-meta-tags-work-on-which-apps pretty much every social site supports opengraph including twitter, while a much more limited fraction of sites supports twitter meta tags. As such, twitter meta tags are redundant and unnecessary computation and data. Notes: - keeps the `twitter:card` stanzas because it's not clear what effect they have in combination with opengraph tags - does not remove `twitter_meta` from `_default_website_meta` because we have a bunch of overrides to those, and that means partners for sure do as well... might make sense to use some sort of weirdo dict which says to not update that tho...
Public Knowledge articles no longer include Twitter-specific preview metadata. This simplifies the page metadata and avoids maintaining social tags that are no longer needed, with minimal impact on regular website visitors.