Daily updates from Odoo
Saturday, April 19, 2025
1 change
Enhancements to existing features
Several Odoo screens now show their action controls sooner, so users can start interacting with pages without waiting for all data to finish loading. The update also keeps Planning and Studio behavior stable where custom loading flows need special handling.
Original PR description
*: account_accountant, planning, knowledge, web_studio, website_studio This commit is the counter-part of https://github.com/odoo/odoo/pull/205129, where list, kanban, graph and pivot views have been tweaked s.t. their control panel is shown directly, without waiting for the data to be ready. This commit disables the feature in custom list and kanban views in planning, because those views customize the way data is fetch (to fetch additional data), and this doesn't map very well with the strategy implemented in https://github.com/odoo/odoo/pull/205129. This commit also fixes the x2many edition in studio, where a new type of root datapoint can be spawned (StaticList), and a tour that must now explicitely wait for the data to be ready. task-4282605