Daily updates from Odoo
Tuesday, September 16, 2025
2 changes · saas-18.3
Enhancements to existing features
The model selection widget can now show a configured number of visible items, allowing Documents to display its full static list of nine entries. This keeps existing behavior unchanged elsewhere while making all relevant choices visible to users in Documents.
Original PR description
In Documents, we have a static list of 9 items to show with this widget. As there is no "Search more" available, and we're in stable, this is the minimal change to not change behavior. Task-5075200 See related ENT PR (includes an integration test).
The Documents app now shows the full list of available model labels in the details panel. This makes it easier for users to see their options without guessing, especially since the list is short and cannot be searched.
Original PR description
As the list is static and there are only a few and searching for more is not supported, this enables to show all labels so that users don't have to guess what is available or not. Task-5075200