Daily updates from Odoo
Tuesday, December 12, 2023
1 change · master
Resolved issues and error corrections
The Timesheets list view now displays the timer button correctly aligned with the hours. This small visual fix makes the timesheet interface cleaner and easier to read.
Original PR description
Steps: - install timesheets app - go to list view then - check timer button and it's time isn't aligned Issue: The timer button is not correctly aligned to the hours Cause : The problem occurs because the padding height difference is more ,so it is not aligned properly. Fix: By decreasing the padding height the problem got solved. task-3549279