Daily updates from Odoo
Friday, November 22, 2024
2 changes · master
Resolved issues and error corrections
Recruitment report pivot tables now open the correct list of applicants when a user clicks a specific cell. This helps hiring teams review the relevant candidates faster and avoids confusion from seeing unrelated applicants.
Original PR description
The drill down, ie. clicking on a cell, in the recruitment report pivot views was not working as intended. When a cell was clicked it would show all applicants, rather than the relevant applicants to this cell. This PR fixes that, by making sure relevant data is fetched. Task-4247486
Long project names no longer overflow on timesheet Kanban cards. This keeps the timesheet view tidy and easier to read, reducing layout issues for users managing projects.
Original PR description
Before: The project name was overflowing in the Kanban card, causing layout issues. After: The project name now displays correctly within the Kanban card. Fix: Adjusted CSS classes to the Kanban card to properly handle long project names. Task:4198771