Monday, April 1, 2024
1 change
Resolved issues and error corrections
This update fixes a display issue where the last letter of project and task names was being cut off when shown in italic text in the timesheet grid view. The fix ensures adequate spacing is allocated for italic text so all characters display properly without truncation.
Original PR description
- saas-16.3 ### Steps to reproduce: -install the project and timesheet app. -open the project app, create a project, and add a task to it. -add a timesheet a week before from current date in the created task. -now open the timesheet app in grid view. -the created project and task are in italic font. -the last letter of the project and task is slightly cut. ### Issue: The last letter of the string is slightly cut in grid view. ### Cause: The dedicated space allowed for normal text is not sufficient for the Italic so the last letter was slightly cut. ### Solution: Provide enough space for italic string. Task-3749072 Forward-Port-Of: odoo/enterprise#57000