Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EBICS - Wrong params in request #110

Open
johnny-longneck opened this issue Apr 26, 2024 · 1 comment
Open

EBICS - Wrong params in request #110

johnny-longneck opened this issue Apr 26, 2024 · 1 comment

Comments

@johnny-longneck
Copy link

Hello,

thanks for your great EBICS contribution for Odoo.
We use it in v16.

Expected Behaviour:

  • When using the wizard to download bank data, the date submitted via EBICS protocol is empty or reflects the entered date_from and date_to from the wizard

Actual behaviour:

  • When leaving date fields empty, on the bank side the request has date_from: Year 2000 and date_to: today - 3 days
  • When entering date fields, it requests date_to minus 3 days

This results in not getting the latest bank statement data.

I checked the module and it seems, this happens in the python fintech module but maybe I am wrong - so I ask it here.

@joonis
Copy link

joonis commented Apr 26, 2024

This is the expected behavior for an unlicensed version of the PyFinTech library:

  • The upload of SEPA documents is limited to a maximum of five transactions.
  • Bank account statements can not be retrieved for the last three days.
  • The functionality of distributed signatures (EDS) is disabled.

https://www.joonis.de/fintech/prices/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants