[IMP] add 'Mark files as Downloaded' menu entry to the EBICS configuration section

This commit is contained in:
Luc De Meyer
2026-04-14 21:50:38 +02:00
parent e464383077
commit 394be403bf
4 changed files with 85 additions and 21 deletions

View File

@@ -263,7 +263,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