Wednesday, March 20, 2024
4 changes · saas-17.2
Resolved issues and error corrections
This fix makes drag-and-drop actions in spreadsheet pivot dimension panels place items in the intended position. It reduces user frustration and helps prevent mistakes when reorganizing spreadsheet data views.
When a new internal employee or user is created without a picture, the system now generates an avatar from their name. This keeps employee and user records visually consistent and avoids missing profile images during setup.
Original PR description
Ensure an avatar is generated based on the employee/user name if no image is provided at the record creation (for internal users only). Taskid: 3637523 X-original-commit: 9d11d2087378e1a56333e11daa18e6dc1b8c655e
New employee and internal user records will now automatically receive a name-based avatar when no image is provided. This keeps profiles visually identifiable from the start and avoids blank images in employee and user views.
Original PR description
Ensure an avatar is generated based on the employee/user name if no image is provided at the record creation (for internal users only). TaskID: 3637523 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
This update stabilizes automated checks around the company switching menu by ensuring delayed router actions finish before results are checked. It reduces random test failures, helping maintain confidence in releases without changing business functionality.
Original PR description
In the "router" there are some debounced methods, and they produce some undeterministic errors. To avoid these errors, we run all timers before reading value from the router. task-3705027 runbot-error-59015 runbot-error-58156 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr