Thursday, April 24, 2025
3 changes · master
Resolved issues and error corrections
This fix ensures a required access rule file is included when the Planning Attendance app is installed or updated. It helps prevent permission-related issues for users working with planning and attendance data.
The payroll accounting partner bank view has been adjusted so fields remain properly aligned after a related partner field was moved. This prevents a visual layout gap and keeps the form easier for users to read and complete.
Original PR description
- as the `partner_id` place changed in the view the empty div is missing the arragment Task: 4531266
VoIP contact loading no longer fails for users who do not have permission to view recruitment applicant records. Applicant details are now only included when the user is allowed to access them, improving reliability while respecting existing access rules.
Original PR description
Before this commit, the code unconditionnally reads and sends hr.applicant records linked to a VoIP contact, leading to a crash in case the current user doesn't have access to hr.applicant records. After this commit, applicant data are only sent if the user has access to hr.applicant.