account_payment_sepa enhancement: SCT INST
Since many banks support Instant payments in France, we've patched account_payment_sepa_cfonb to support it. But given the wider audience, perhaps mainstream should add it to both account_payments_sepa and _cfonb. https://www.ecb.europa.eu/paym/groups/erpb/shared/pdf/16th-ERPB-meeting/SCT_Inst_scheme_status_update.pdf
It's a trivial update, in essence for the xml part:
--- a/modules/account_payment_sepa_cfonb/template/pain.001.001.03-cfonb.xml
+++ b/modules/account_payment_sepa_cfonb/template/pain.001.001.03-cfonb.xml
@@ -42,6 +42,9 @@ this repository contains the full copyri
<SvcLvl>
<Cd>SEPA</Cd>
</SvcLvl>
+ <LclInstrm py:if='group.journal.sepa_instant_payment'>
+ <Cd>INST</Cd>
+ </LclInstrm>
<!-- CtgyPurp -->
</PmtTpInf>
<ReqdExctnDt>${key['date'].isoformat()}</ReqdExctnDt>