Daily updates from Odoo
Monday, March 3, 2025
1 change · master
Code cleanup and technical improvements
Global filter labels in spreadsheets now use the standard text input component instead of a one-off custom editor. This keeps the editing experience consistent and makes the feature easier to maintain without changing how users work.
Original PR description
Before this commit, the label edition in the global filters sidepanel was done using a custom component, used only for this purpose. This commit replaces this custom component by the TextInput component, which is more standard. Task: 4609132