Daily updates from Odoo
Thursday, April 3, 2025
2 changes · 18.0
Enhancements to existing features
Spanish invoicing now more accurately marks eligible invoices as simplified by default when the customer has no VAT number, is located in Europe, and the invoice is below the simplified invoice threshold. Users can still override the setting if needed, reducing manual work while preserving control.
Original PR description
…simplfied When the partner has no VAT and it is within Europe and it is below the simplified invoice limit, we could indicate the invoice as simplified by default. If it is wrong, the user can still change it. opw-4633564 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
A new testing helper makes it easier to open dropdown menus and choose matching items during automated checks. This is an internal improvement that helps developers write more reliable tests, with no direct change for end users.
Original PR description
This commit adds a new helper in dom_test_helpers' contains which allows to open a dropdown and select the first item which matches with the input value.