Tuesday, July 22, 2025
1 change · master
Features or functions removed from Odoo
This change removes an older, extra height limit from a dropdown in the HTML builder because the same display issue is now handled more generally. It helps keep the editor behavior simpler and avoids maintaining duplicate fixes, with no expected change for users beyond consistent dropdown display.
Original PR description
The constraint on the height of the dropdown was introduced in cdc74d6e5c1dc2c8d84d028b7b7c0284118a9d66 to avoid going out of the viewport The issue was fixed in a general way in bbcbab63ea3cdd12fdd9854fcd68c804a97d72c0, so the fix specific to builder select can be removed task-4367641