Wednesday, September 24, 2025
2 changes · saas-18.4
Enhancements to existing features
The model selector can now be configured to show more items at once. This lets Documents display its full list of available models without changing behavior in other areas.
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). Forward-Port-Of: odoo/odoo#226608
The Documents details panel now displays the full static list of available model labels instead of leaving users to infer hidden options. This makes selection clearer and reduces confusion because search is not available for this list.
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 Forward-Port-Of: odoo/enterprise#94180