Daily updates from Odoo
Tuesday, May 24, 2022
1 change
Code cleanup and technical improvements
SEPA direct debit payment settings are now calculated automatically instead of being stored separately. This makes it easier to support the feature across payment providers and avoids extra migration work during upgrades.
Original PR description
Computing the fields instead of storing them allows to implement the feature for each provider more easily, without needing a migration script. task-2841744 See also: - https://github.com/odoo/odoo/pull/91961 - https://github.com/odoo/upgrade/pull/3535