Friday, December 9, 2022
3 changes · master
Enhancements to existing features
This update changes various Odoo links from standard HTTP to secure HTTPS across several apps and website templates. It improves user trust and consistency by ensuring links point to encrypted versions where available.
Original PR description
update url to https Related EE: https://github.com/odoo/enterprise/pull/34772 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The recruitment workflow now uses the same field name in warning messages that users see on the applicant form. This reduces confusion by referring to “Applicant's Name” instead of “Contact Name” when required information is missing.
Original PR description
in the model/view the name of the field is Applicant's Name and in the user error message the warning is shown as Contact Name, improving the message for easy and better understanding for the end user --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update refreshes the spreadsheet component with fixes that improve collaboration stability and how overflowing cell content is displayed. Users should see fewer repeated update issues during shared editing and more accurate spreadsheet visuals.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/1419e570 [FIX] collaborative: don't endlessly dispatch new revision https://github.com/odoo/o-spreadsheet/commit/45bf0472 [FIX] renderer: overflowing cell in Y have wrong overflowing background https://github.com/odoo/o-spreadsheet/commit/3ce6151f [FIX] renderer: correct separator of overflowing cells 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