Saturday, August 15, 2020
3 changes · master
Enhancements to existing features
Website pages now add lazy loading to images by default, so images load only when they are needed. This can improve page performance and visitor experience, especially on image-heavy pages.
Original PR description
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
Spreadsheet users can now apply global filters to pivot tables in Documents, making it easier to analyze business data consistently across a spreadsheet. This improves reporting workflows by reducing manual filtering and helping users focus on the right subset of data.
Miscellaneous changes
This commit fixes several small issues in the test_event_full tour that was relying on selectors that have been since reworked. In addition: - Set the track we set the reminder to in the future so that the button appears - Avoid going on the exhibitor page because Jitsi will trigger an error - Make sure we go on the registration confirmed page Task #2317947 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged:
Original PR description
This commit fixes several small issues in the test_event_full tour that was relying on selectors that have been since reworked. In addition: - Set the track we set the reminder to in the future so that the button appears - Avoid going on the exhibitor page because Jitsi will trigger an error - Make sure we go on the registration confirmed page Task #2317947 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 Forward-Port-Of: odoo/odoo#55953