Wednesday, November 13, 2024
4 changes · master
Enhancements to existing features
This update adds a dedicated anchor for alerts on sales orders, making it easier to direct users to important warning messages. It is a small usability improvement that can help teams quickly find relevant information during sales order review.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The HR module now automatically selects the relevant default company in the left search panel based on the company the user is working with. This makes employee searches more accurate and reduces manual filtering for users who work across multiple companies.
Original PR description
This PR improves the left search panel in the HR module by automatically selecting the default company based on the user's selected company. task-4265695
Employee profile sections for resumes and skills now show empty-state text with styling that looks more like standard placeholder text. This creates a more consistent and polished experience when employees or HR users view profiles with missing information.
Original PR description
This commit shows the text in employee profile with a style that is more consistent with placeholders. Before:  After:  task-4265968 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Manufacturing Orders page now shows the correct breadcrumb label when opened from a transfer's Manufacturing button. This removes a confusing 'Unnamed' label and makes navigation more consistent for users working with transfers and manufacturing orders.
Original PR description
Before this commit: ======================= When accessing the manufacturing order tree view through the smart Manufacturing button on a transfer, the breadcrumb displayed 'Unnamed' instead of 'Manufacturing Orders.' After this commit: ===================== The breadcrumb now correctly shows 'Manufacturing Orders' when accessing the manufacturing order tree view via the smart button on a transfer, ensuring consistency with the normal tree view. task-4190266