mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
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:
@@ -68,7 +68,7 @@ class banking_export_sepa_wizard(osv.osv_memory):
|
||||
}
|
||||
|
||||
_defaults = {
|
||||
'charge_bearer': 'SHAR',
|
||||
'charge_bearer': 'SLEV',
|
||||
'state': 'create',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user