Monday, July 27, 2026
2 changes · 19.0
Enhancements to existing features
This update improves performance in Spanish tax reporting by avoiding repeated database lookups while processing invoice lines. Business users may notice reports run a little faster, especially when handling many invoices.
Original PR description
Playing around, I discovered that this .ref is in a loop and will do the same query per invoice. So, this is like a small perf fix to avoid that. 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
Users who try to create an expense card before Stripe is connected are now directed to the settings page to complete the connection. This makes setup clearer and helps users resolve the issue without needing technical support.
Original PR description
When a user tries to create a card but the configuration is not connected, redirect the user towards the settings to do the connection. task-6272805