Daily updates from Odoo
Tuesday, February 17, 2026
4 changes
1 change
Features or functions removed from Odoo
This update removes the 'New' button from the DIMONA Declaration List view in the accounting module. This simplifies the process for users creating new DIMONA declarations, aligning with a streamlined workflow and reducing potential user confusion.
Original PR description
. Remove the New button on DIMONA Declaration List view task-5471873 Forward-Port-Of: odoo/enterprise#105783
3 changes
Features or functions removed from Odoo
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