Wednesday, July 3, 2024
3 changes · saas-17.3
Resolved issues and error corrections
Event pages now provide more accurate structured information for search engines, while non-event items such as sponsors and talks are no longer incorrectly marked as events. This should reduce warnings in Google Search Console and improve how event content is understood in search results.
Original PR description
Remove schema event from some template: - a sponsor, a track, .. is not an event. We add startDate, endDate, eventStatus, eventAttendanceMode, image ... missing values and fix the organization/location/address structure. After this commit we hope to have less warning into the GSC. Tested with https://search.google.com/test/rich-results
This update corrects how duplicate or conflicting saved filters are prevented in the base system. It ensures the intended validation rule is actually applied, reducing the chance of inconsistent saved filter data.
Original PR description
The constraint added by f983703dfa3c5102fa818523ae419a70cc4b5230 was shadowed by the existing constraint. 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
Fixes an issue where duplicating multiple projects at once could fail with an error. This helps teams copy project templates or existing projects in bulk more reliably without interruption.
Original PR description
'self' could be a recordset, in which case accessing the 'active' field results in ValueError: too many values to unpack. We then need to make the check individually for each copied project. task-4008123 version-17.3 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr