Daily updates from Odoo
Thursday, July 17, 2025
2 changes · master
Enhancements to existing features
Several selection menus in Studio and related Odoo apps were updated to match the latest interface component. This keeps configuration screens and automated checks working consistently after the underlying menu behavior changed.
Original PR description
*: ai_fields, delivery_easypost, knowledge, l10n_test_website_sale, web_gantt, website_helpdesk_forum This commit adapts some usecases of the SelectMenu in the Sidebar and other parts of studio and other modules. The commit also changes the way carrier type selection is tested, since the field component no longer use a <select> element, but require the SelectMenu component instead.
HR screens and related payroll workflows now use the clearer label “Employee Record” instead of “version.” This makes employee information easier for HR teams to understand and navigate across contracts, payroll, and Belgian Dimona processes.
Original PR description
In this PR, we renamed the version to 'Employee Record' for a better UX. Related task: 4921404.