Daily updates from Odoo
Friday, November 22, 2024
1 change · 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