Sunday, June 12, 2022
1 change · master
Miscellaneous changes
https://github.com/odoo/enterprise/commit/f7875e75e0a794b7c7f25d4907e84087672fc524 instroduced some new warnings when generating the SEPA file ; but neglected the fact the existence of warnings was used to decide of the SEPA version to use, and hence had an impact on the exported files (which got refused by the banks therefore, despite the XML schema validating them). We solve this by adding unique code identifying the warnings, so that we can only fallback to generic SEPA when we need to. Forw
Original PR description
https://github.com/odoo/enterprise/commit/f7875e75e0a794b7c7f25d4907e84087672fc524 instroduced some new warnings when generating the SEPA file ; but neglected the fact the existence of warnings was used to decide of the SEPA version to use, and hence had an impact on the exported files (which got refused by the banks therefore, despite the XML schema validating them). We solve this by adding unique code identifying the warnings, so that we can only fallback to generic SEPA when we need to. Forward-Port-Of: odoo/enterprise#28257