mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-04-26 07:36:51 +00:00
[IMP] add 'Mark files as Downloaded' menu entry to the EBICS configuration section
This commit is contained in:
@@ -262,7 +262,8 @@ class EbicsXfer(models.TransientModel):
|
||||
}
|
||||
}
|
||||
data = client.download(df.order_type, params=params)
|
||||
ebics_files += self._handle_download_data(data, df)
|
||||
if not self.env.context.get("ebics_mark_as_downloaded"):
|
||||
ebics_files += self._handle_download_data(data, df)
|
||||
success = True
|
||||
except EbicsFunctionalError:
|
||||
err_cnt += 1
|
||||
|
||||
Reference in New Issue
Block a user