Tuesday, December 12, 2023
2 changes · master
Resolved issues and error corrections
The accounting lock date message now uses the term "draft entries" instead of "unposted entries." This makes the instruction clearer for users because canceled entries are not the items that need action before applying lock dates.
Original PR description
When applying the all users lock dates, a check is made to verify that there are no existing draft entries. Users must either post them, cancel them, or delete them. Currently, the terminology isn't quite correct. Unposted entries could include canceled. Let's call things by their name and replace "unposted" with "draft". task-3619987 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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