Thursday, April 2, 2026
10 changes · master
Enhancements to existing features
This commit restores a previous design style (M3.1) for various Odoo modules, focusing on consistent box styling across views. It reverts changes made for a previous update and adapts the templates as needed. Further work is needed to ensure icons are consistently visible.
Original PR description
In some view outside the groups we want the boxes anyway so we introduce the o_outlined class. This commit reverts the changes made for M3 to the arch, and bring back the previous template with some adaptation when needed. Note: * clipboard: more refactoring needed in some case icons are not visible * M3: some class are still present task-6054024 Co-authored-by: Adrien Dieudonné <adr@odoo.com> Co-authored-by: Romain Estievenart <res@odoo.com> --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update ensures each job position is linked to only one company, simplifying job management and reducing potential confusion. When a job position is created, the current company is automatically set. Additionally, demo data has been updated to consistently use 'My Company (San Francisco)' for empty company records.
Original PR description
Purpose A job position cannot be linked to multiple company. 1 JP = 1 company Specifications Remove the "Visible to all" possibility On Jon position At creation set the current company Adapt runbot data: All empty company must be My Company (San Fransisco) Task-6064945
This update optimizes the way the system checks user group memberships, speeding up the attendance process. By running these checks concurrently, the system responds faster and reduces potential delays. This change improves the overall user experience.
Original PR description
In AttendanceActionHelper, replaced two sequential user.hasGroup() calls with Promise.all() so both requests fire simultaneously, reducing the time window during which the component is vulnerable to destruction. **Task: 5972786** --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update restores a previous design style (M3.1) for certain views, focusing on a more consistent look and feel across Odoo. It reverts changes made for a previous feature and adapts the template as needed. Further work is needed to ensure icons are consistently visible.
Original PR description
In some view outside the groups we want the boxes anyway so we introduce the o_outlined class. This commit reverts the changes made for M3 to the arch, and bring back the previous template with some adaptation when needed. Note: * clipboard: more refactoring needed in some case icons are not visible * M3: some class are still present task-6054024 Co-authored-by: Romain Estievenart <res@odoo.com>
This update standardizes the formatting of key reports related to French tax filings (2033C and 2033D). Specifically, section titles have been adjusted to align with a preferred style, enhancing clarity and consistency for reporting. This ensures accurate and streamlined tax reporting.
Original PR description
This commit updates the section titles for the 2033D report to make them consistent with the 2033C. The preferred format is to use a dash. No task ID
Task: 5973879
Original PR description
Task: 5973879
part of task-5242369 community: https://github.com/odoo/odoo/pull/256079/
Original PR description
part of task-5242369 community: https://github.com/odoo/odoo/pull/256079/
Added the parameter sort_by_relevance to autocomplete. This parameter is used in the autocomplete function in community. for this community PR: odoo/odoo#240437 task-5366564
Original PR description
Added the parameter sort_by_relevance to autocomplete. This parameter is used in the autocomplete function in community. for this community PR: odoo/odoo#240437 task-5366564
task-6020137
Original PR description
task-6020137
No description available.