11.0 account_ebics - add camt 052 and 054 support

This commit is contained in:
Luc De Meyer
2022-12-26 18:37:23 +01:00
parent 258f3eb57a
commit 8fe8573906
3 changed files with 15 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ class EbicsXfer(models.TransientModel):
params = {}
if order_type == 'FDL':
params['filetype'] = df.name
if order_type in ['FDL', 'C53']:
if order_type in ['FDL', 'C52', 'C53', 'C54']:
params.update({
'start': self.date_from or None,
'end': self.date_to or None,