Daily updates from Odoo
Thursday, June 12, 2025
1 change
Features or functions removed from Odoo
SEPA direct debit invoices no longer store a direct mandate link because that information already exists on payments. This keeps mandate data cleaner while preserving invoice tracking through related payments.
Original PR description
The sdd_mandate_id field on account.move was incorrectly set and conceptually unnecessary, as a mandate should not be directly linked to an invoice. This link was only used for the "Invoices Paid" smart button on the mandate view. Since account.payment already holds the sdd_mandate_id and invoices have access to related payments, this field is redundant and has been removed. task-4531618