Monday, March 14, 2022
4 changes · master
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 contract employee report now calculates employee exits more accurately, avoiding misleading counts for open-ended contracts. Users are also directed to the underlying contract records, making it easier to review details, with improved company-based access control.
Original PR description
The count_employee_exit was badly calculated and would consider contract with no ending to end on the current date which made the report unreliable. Previously the contract employee report views would link towards the report model itself. It will now link to the related hr.contract records instead. TaskId-2764844
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