Friday, January 24, 2025
2 changes · master
Resolved issues and error corrections
Indian payroll payslips no longer show the internal payslip ID in the page breadcrumb. This makes the payslip screen cleaner and avoids exposing unnecessary internal identifiers to users.
Original PR description
Steps to Reproduce: • Install the l10n_in_hr_payroll module. • Open payslip. you can see id of payslip in breadcrumbs. Fix: Removed id from the name of payslip. task-4402393
This fixes an error that could appear when users clicked a shift popover in Planning. The change helps staff view shift details without interruptions, improving reliability for sales planning workflows.
Original PR description
This PR fixes a traceback occurring in planning when clicking on the popover of a shift, due to an async method not being properly overridden. Task-4506661