The document "SEPA CREDIT TRANSFER SCHEME CUSTOMER-TO-BANK IMPLEMENTATION GUIDELINES" v6.0 of the European Payment Council says only SLEV is allowed for "Charge Bearer". So we set this value as default.

This commit is contained in:
Alexis de Lattre
2013-05-20 22:49:45 +02:00
parent 00e91f4e85
commit b4228246df

View File

@@ -68,7 +68,7 @@ class banking_export_sepa_wizard(osv.osv_memory):
}
_defaults = {
'charge_bearer': 'SHAR',
'charge_bearer': 'SLEV',
'state': 'create',
}