Wednesday, September 29, 2021
2 changes · master
Enhancements to existing features
Users can now see the full workspace name by hovering over it in Documents. This helps people identify workspaces with long or shortened names without needing to open or rename them.
Original PR description
PURPOSE: Currently, we don't have any option to see the full name of the workspace. SPECIFICATIONS: Show the name of the workspace when you hover it with the cursor. LINKS: Task-2641699 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Time Off smart button now includes unpaid leave allocations when showing how many days an employee has available. This gives employees and managers a more complete and reliable view of remaining time off directly from the employee profile.
Original PR description
The smartbutton needs to display the total of days available to the user to take holidays. It should include unpaid allocations as well in the count of remaining days available. Before this commit, the unpaid allocations were not included in the calculation of the remaining days available. task - 2634892