Thursday, October 30, 2025
2 changes · master
Features or functions removed from Odoo
An outdated speaker biography snippet was removed from the website event builder after being unused for several major versions. This cleans up the available building blocks without expected impact on existing websites, since the snippet had no related styling or behavior dependencies.
Original PR description
Problem introduced at [1] (see [2]). In stable, this comments the code to explain the dead code presence. In master, that snippet will be removed, as nobody seemed to have missed him for 4+ major versions and its structure is not perfect (overflow hidden...). Thankfully it should not come with any compatibility issue as it was not associated with any JS/CSS). Maybe a new equivalent will be introduced in master later on. [1]: https://github.com/odoo/odoo/commit/b5c87d86cad1aa2b44f805da0b2d6635aeb85b96 [2]: https://github.com/odoo/odoo/pull/68644#discussion_r903721785 task-4084801 Forward-Port-Of: odoo/odoo#233203
Unused back-end code was removed from Point of Sale and related localization, loyalty, payment, restaurant, sales, and self-order modules. This cleanup reduces maintenance overhead and should not change day-to-day user behavior.
Original PR description
Remove useless python dead code in point_of_sale and submodules. Task [link](https://www.odoo.com/odoo/project/967/tasks/5006039) task-id: 5006039 enterprise PR: https://github.com/odoo/enterprise/pull/93628 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr