Thursday, July 17, 2025
1 change · 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.