Daily updates from Odoo
Saturday, October 11, 2025
1 change · master
Resolved issues and error corrections
SEPA Direct Debit payments now correctly validate whether a mandate is still active before using it for token payments. This prevents valid future-expiring mandates from being rejected and helps avoid unnecessary payment failures.
Original PR description
The check to ensure that the mandate used in a token payment is still valid had two issues: - It was comparing a date (the mandate's end date) with a datetime. - It was incorrectly rejecting mandates expiring in the future, while it should have done the opposite. Forward-Port-Of: odoo/enterprise#96518 Forward-Port-Of: odoo/enterprise#96143