Tuesday, February 17, 2026
4 changes · master
Features or functions removed from Odoo
This update removes a redundant website editor asset bundle that duplicated an existing one, helping keep the website codebase simpler. It also corrects a typo in an internal method name used when preparing assets, reducing maintenance friction without changing day-to-day user behavior.
Original PR description
**[REM] website: remove unused website.assets_all_wysiwyg asset** **[FIX] base, * : fix typo in _get_bundles_to_pregenerate method name**
This update simplifies the car field setup in the Odoo Enterprise application. The 'Invite teammates via email' option, previously present in the offer form view, has been removed. This streamlines the process for users managing vehicle assignments and aligns with current workflow requirements.
Original PR description
Within the offer form view in BE: Default Vehicle & Additional cars fields use many2many_avatar_user widget, which shows 'Invite teammates via email' to create new record There is no need for this here, removing it in this PR. Task: 5376235
This update simplifies the reporting of work orders and manufacturing orders by removing the 'Employee Cost per hour' and 'Worksheet page' measures from pivot views. Additionally, the 'employee_cost' measure has been removed from the OEE pivot view, streamlining data analysis for operational efficiency.
Original PR description
This commit removes the following measures in WO pivot views: - Employee Cost per hour - Worksheet page The commit also removes employee_cost from OEE pivot view measures (Overall Equipment Effectiveness). Task-5384708
This update simplifies the WhatsApp Discuss app by removing a duplicate action to view contact details. The change aligns with a new feature that allows direct partner access from WhatsApp messages. This streamlines the user experience within the Discuss app.
Original PR description
Description: to unify partner visualization within the Discuss app, the popover card settings were updated to support partner access directly from WhatsApp messages. As a result, the view-contact thread action in the WhatsApp module is now redundant and has been removed. related PR: https://github.com/odoo/odoo/pull/243122 task-5333399