[FIX] The current SEPA implementation is 001.001.04 (not 001.001.02).

This commit is contained in:
Alexis de Lattre
2013-05-14 15:52:51 +02:00
parent f919735bb8
commit 076f3f390e

View File

@@ -2,9 +2,9 @@
<openerp>
<data noupdate="1">
<record id="export_sepa_sct" model="payment.mode.type">
<record id="export_sepa_sct_001_001_04" model="payment.mode.type">
<field name="name">SEPA Credit Transfer</field>
<field name="code">pain.001.001.02</field>
<field name="code">pain.001.001.04</field>
<!-- TODO In the suitable_bank_types field, we should restrict to IBAN type and Rib+IBAN of l10n_fr_rib ? -->
<field name="suitable_bank_types"></field>
<!-- TODO what's this ir_model_id for ?? -->