Daily updates from Odoo
Friday, January 13, 2023
4 changes · master
Resolved issues and error corrections
The Planning app’s automated tour tests were updated to match the newer schedule scale dropdown and avoid timing-related failures. This helps keep quality checks stable without changing day-to-day user functionality.
The recruitment signing workflow tests were updated after navigation labels were simplified. This keeps automated checks aligned with the product and helps ensure applicant signing flows remain reliable.
Original PR description
The commit a092c5e removes the title attribute on navbar items. The title was only repeating the content so it was useless. This commit fixes an outdated selector in tour. task: 3097276
Logout now removes leftover user preference cookies, so the next person using the same browser starts with the expected default settings. This prevents preferences such as dark mode from carrying over between different users on shared devices.
Original PR description
Some cookies were left around even when the user logged out. The next user would not use the default light mode in case the last user was in dark mode. task-3077421 https://github.com/odoo/odoo/pull/108998
The Helpdesk kanban board header now keeps the correct width when it stays fixed at the top. This prevents the header from visually overlapping or misaligning with helpdesk records, making the board easier to read and use.
Original PR description
The commit [1] makes the kanban group header sticky. Since then the header can overlap the records but the header has the wrong width. This commit fixes the header's width. [1] 6b21c31b03351d1d1b2630919bd70503055dd765