Saturday, February 28, 2026
3 changes · master
Features or functions removed from Odoo
Two unused employee-related fields were removed from HR and Fleet records, along with related sample data. This reduces clutter and helps keep employee information screens and data models simpler to maintain.
Original PR description
Remove `study_school` and `private_car_plate` fields along with their related code and demo data. task-5420271
Unused styling for the website cookie banner toggle has been removed after the banner was redesigned. This slightly reduces unnecessary frontend assets without changing how users interact with the website or live chat.
Original PR description
After [1], the cookies bar toggle was reworked and is no longer an absolutely positioned button injected via interaction. The related SCSS became obsolete but was still loaded. This commit removes those unused styles. [1]: https://github.com/odoo/odoo/commit/7ffc121c777d36d1f62a61ca32838f2f18c2abc7 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#251242 Forward-Port-Of: odoo/odoo#251099
This update simplifies the kitchen display by removing product reference information for restaurant and bar orders. This change streamlines the display for kitchen staff, improving efficiency. Product references will still be shown on the display for retail orders.
Original PR description
Following this commit: ==== - Product reference will no longer be shown in kitchen display for orders related to restaurant/bar config. - For retail config, we will continue showing product reference. task-5920462 Related PR : https://github.com/odoo/odoo/pull/248603