Friday, September 5, 2025
2 changes · 18.0
Enhancements to existing features
Attendance approvers now get a read-only view in the Work Information section of My Profile when employees are not allowed to edit their own data. This keeps approval-related information visible while respecting company controls over employee profile edits.
Original PR description
Add read-only mode for the attendance approver in the My Profile Work Information tab when `allow employee to edit own data` is disabled. task-5008352 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Budget Report now uses the analytic plan name, such as Project, instead of the generic label Account when grouping information. This makes the report easier for customers to understand and reduces confusion when reviewing budgets.
Original PR description
In this commit: - Change the group by label from `Account` to the analytic plan's name (`Project`) for clarity in the Budget Report. This improves customer understanding and reduces confusion. task-5045530