Friday, May 23, 2025
2 changes · master
Resolved issues and error corrections
The employee folder access settings now open correctly instead of showing an error. This lets administrators manage document permissions for employee folders without interruption.
Original PR description
Steps to reproduce: 1. Go to the configuration, then settings. 2. Click the ' Manage Employee Access to employee folder' link. 3. In hr section, it throws a traceback. Technical Reason: Invalid prop structure passed to DocumentsPermissionPanel. After this commit: No traceback will occur, and the permission panel will appear. Task-4781134
Fixed an issue where the appointment type could appear blank in the scheduling Gantt popover. This helps users quickly identify appointment details without missing information.
Original PR description
Introduced in odoo/odoo@f79b2edb614fd08b19b18beeb16be38743f637b2 , the value of m2o is now changed to an object. Therefore, we cannot use appointment_type_id[1] to access the display_name as we did before, but access it directly as read from the object. Task-4816434