Wednesday, March 19, 2025
3 changes · saas-17.4
Resolved issues and error corrections
This update fixes an issue in the Privacy Lookup tool, helping teams retrieve privacy-related information more reliably. It supports smoother handling of personal data requests and reduces the risk of errors during compliance workflows.
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
This change removes an empty file that was accidentally added in a previous update. It has no expected effect on business workflows, but it keeps the codebase tidy and avoids confusion for future maintenance.
Original PR description
Remove empty core file. The file was introduced by mistake in another forwardport
A missing close action was added to an EasyPost setup test so it no longer leaves an unsaved dialog open. This prevents automated checks from getting stuck in newer Chrome versions, helping keep delivery-related releases reliable.
Original PR description
This commit adds a missing step discarding the "Carrier Type" dialog to avoid a hanging "web_save" request after the end of the tour (cf. urgent save on page unload). This issue was reported with Chrome "new" headless mode becoming the default in Chrome 128+.