Monday, March 14, 2022
3 changes
Resolved issues and error corrections
This update fixes unstable automated tests in the Documents Spreadsheet Bundle area. It helps ensure test results are consistent, reducing false failures and improving confidence in future releases.
Original PR description
Runbot id 3415
The app switcher icon has been visually refined so its borders look smoother and its angles render more consistently. This small fix improves the polish of the navigation experience without changing how users interact with the system.
Original PR description
Smooth borders and adjust transform-properties to avoid sharp and irregular angles. task-2791234
This update refreshes the spreadsheet component used in Documents to include the latest fixes. It corrects a clipboard issue so that inserting a row within a cut selection properly clears the pending cut action, reducing the risk of unexpected spreadsheet edits.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/9d034c4b [FIX] clipboard:Adding row inside cut area clear clipboard