Monday, April 28, 2025
4 changes · saas-17.4
Resolved issues and error corrections
A failing automated test for QR payment validation in the localization test module has been permanently disabled for this version. This reduces false failures in the testing pipeline and helps keep release checks stable without affecting customer-facing features.
Original PR description
This test is disabled on runbot and only fails in 17.4 Since no effort will be given to fix it, lets disable it for good
This fixes access-related failures in automated checks for the Italian Declaration of Intent feature. It helps ensure the feature remains stable and avoids false failures during quality validation, with no expected day-to-day impact for users.
Original PR description
https://runbot.odoo.com/odoo/error/163640
Neutralized databases now have reCAPTCHA and Cloudflare Turnstile protection tokens removed automatically. This prevents copied or test databases from keeping live anti-bot credentials, reducing configuration issues during safe database neutralization.
Original PR description
This commit disable both protection upon neutralizing a db by removing the tokens. Manual forward port of #207020 opw-4734555 upg-2759374
This update fixes the fleet feature used to send emails to vehicle drivers. It ensures the email template is prepared with the correct context, helping users send driver communications reliably from fleet records.
Original PR description
This commit changed the way to give the render_model to the model fleet_vehicle_send_mail (introduced by this commit : #61221b2e6552b21508a6a36ab69352e6793d70c5) 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