Daily updates from Odoo
Tuesday, August 24, 2021
3 changes · master
Enhancements to existing features
Required fields in spreadsheet filter configuration are now easier to spot with a stronger visual border. Error notifications were also improved, helping users understand and resolve missing required information more quickly.
Original PR description
Purpose ======= Improve the UX of required fields in the configuration of spreadsheet filters. Specification ============= Set a bold border on required fields on the global filters side panel. Change the error notification. Task 2342152
Project planning and forecasting screens were refined to make day-to-day project management clearer and easier to use. These updates help teams review forecasts, timesheets, and project information with less friction.
Spreadsheet editing now handles arrow keys more naturally depending on how a cell is opened for editing. This helps users move between cells when expected while still allowing precise text editing after double-clicking, pressing F2, or using the top bar editor.
Original PR description
currently when editing a cell, the arrowkeys will always move the caret through the cell content. this commit changes this behaviour: The directional arrows will move the caret through the cell content, only if the user: -opened the cell composer by double-clicking on it -opened the cell composer by pressing F2 -is editing the content from the topbar composer task-id:2523586