Thursday, May 21, 2026
6 changes · master
Enhancements to existing features
The website reference logo images have been refreshed with modern grey versions. This improves brand presentation and ensures the logos remain readable on both light and dark website backgrounds.
Original PR description
This commit updates company logos for `s_references` (and co) with modernized grey version to be visible in both light and dark backgrounds Design-themes: https://github.com/odoo/design-themes/pull/1259 Upgrade: https://github.com/odoo/upgrade/pull/10275 task-6143334 | Light | Dark | |--------|--------| | <img width="1406" height="282" alt="Screenshot 2026-04-21 at 15 51 05" src="https://github.com/user-attachments/assets/c3d964b7-5b2e-444c-812f-bbeb993f4093" /> | <img width="1405" height="270" alt="Screenshot 2026-04-21 at 15 51 20" src="https://github.com/user-attachments/assets/b294fe13-bc81-4efe-bafc-1363193d938e" /> | --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The call settings dialog now opens directly on the video tab when launched from quick video settings. This saves users an extra click and makes changing camera-related settings more straightforward during calls.
Original PR description
**Current behavior before PR:** Opening the call settings dialog from the quick video settings dropdown opens the dialog on the voice tab, requiring users to manually switch to the video tab before editing video-related settings. **Desired behavior after PR is merged:** Opening the call settings dialog from the quick video settings dropdown directly opens the dialog with the video tab selected by default. task-[6219548](https://www.odoo.com/odoo/project/1519/tasks/6219548) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Time Off Type list is reorganized so HR users can see key information in a clearer order with better default visibility. The allocation approval setting now stays as "None needed" when allocations are not required, reducing confusion during configuration.
Original PR description
_* - hr_work_entry - update Time Off Type list view columns order and visibility - Keep the value of 'Allocation Approval' as 'None needed' when 'Requires Allocation' is unchecked. task-5441115
The account import process can now include the move type field for accounting entries. This makes data imports more flexible while existing screens still prevent changes where they should not be allowed.
Original PR description
Removing the read-only property of the field to allow it to be accessed in the records importer. Cases where the field is supposed to not be modifiable are already handled in the relevant views. task-5345664 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This pull request completes the translation of the WPS format for the Saudi HR Payroll module within Odoo Enterprise. The changes focus on updating the localization files to support WPS reporting requirements in Saudi Arabia. This ensures accurate payroll processing and compliance with local regulations.
Original PR description
follow-up task-6220113
This update enhances the SAWT, QAP, and SLSP reports by correctly formatting partner names based on the business type (individual or corporation). For individuals, names are displayed as 'Last, First, Middle'; for corporations, the standard partner display name is used, ensuring accurate reporting data.
Original PR description
In this commit: - Updated SAWT, QAP, and SLSP reports to format partner registered name based on entity type. - Individual: if entity type is individual, registered name is formatted as "Last, First, Middle" and if the names are empty then registered name is " , , ". - Corporation: if the entity type is corporation, use the partner's display name. Related PR: Community: https://github.com/odoo/odoo/pull/255258 task-5928297