Tuesday, May 2, 2023
5 changes · master
Enhancements to existing features
Odoo now enforces clearer version number formats for modules and upgrade scripts to avoid ambiguity during upgrades. This helps reduce the risk of upgrade scripts being interpreted as the wrong version and adds warnings when invalid version numbers are detected.
The wording around neutralized databases has been improved to reduce confusion about what the neutralization process does. This helps users better understand that the database is made safe for testing or staging, rather than being automatically destroyed.
Original PR description
Improve the copywriting around neutralize that can be confusing (will it auto-destroy?) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website editor now applies sensible default sizing when users choose a repeat-pattern background. This makes the selected background style visibly take effect across relevant page snippets, improving the editing experience without changing business workflows.
Original PR description
Description of the issue/feature this PR addresses: --- When a user chooses "Repeat Pattern" as the background image position, nothing happens. Current behavior before PR: --- As the background size is set to auto, for background-position `repeat-pattern` no [effect](https://bit.ly/3MM31Ac) can be seen in the background size. Desired behavior after PR is merged: --- Not a bug but can be considered an improvement in features by setting some [default width or height](https://bit.ly/3GbGIBo) for a repeat-pattern option for all relevant snippets." PR [102995](https://github.com/odoo/odoo/pull/102995) TaskID: 2862510 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Helpdesk team labels have been renamed to “Helpdesk Team” across screens, reports, and related settings. This helps users distinguish helpdesk teams from other team concepts in Odoo, such as sales or maintenance teams.
Original PR description
Several apps in odoo have the notion of team (crm/sales, maintenance, quality...). We need to differentiate helpdesk teams from the other kind of teams. task-3251737
The Helpdesk ticket activity view has been adjusted to remove an unnecessary blank space between the customer and name fields. This creates a cleaner, more compact layout for users reviewing ticket activities.
Original PR description
Before this commit there is a extra space between partner field and name in activity view of ticket. This commit move partner field to proper place to remove extra space. task-3178619