mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 12:12:03 +00:00
fix
This commit is contained in:
parent
d06555b0b0
commit
6b086ac436
@ -48,7 +48,7 @@ class EbicsFileFormat(models.Model):
|
|||||||
return ['FUL', 'CCT', 'CDD', 'CDB', 'XE2', 'XE3']
|
return ['FUL', 'CCT', 'CDD', 'CDB', 'XE2', 'XE3']
|
||||||
|
|
||||||
def _supported_download_order_types(self):
|
def _supported_download_order_types(self):
|
||||||
return ['FDL', 'C53']
|
return ['FDL', 'C52', 'C53']
|
||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
def _selection_name(self):
|
def _selection_name(self):
|
||||||
@ -65,6 +65,7 @@ class EbicsFileFormat(models.Model):
|
|||||||
the doc folder of this module (EBICS_Annex2).
|
the doc folder of this module (EBICS_Annex2).
|
||||||
"""
|
"""
|
||||||
request_types = [
|
request_types = [
|
||||||
|
'camt.052.001.02.stm',
|
||||||
'camt.053.001.02.stm',
|
'camt.053.001.02.stm',
|
||||||
'pain.001.001.03.sct',
|
'pain.001.001.03.sct',
|
||||||
'pain.008.001.02.sdd',
|
'pain.008.001.02.sdd',
|
||||||
|
Loading…
Reference in New Issue
Block a user