Noviat / account_ebics

10 stars 20 forks source link

EBICS v13 #99

Closed matmicro closed 11 months ago

matmicro commented 12 months ago

Hi,

I migrate from Odoo 10 to 13. EBICS module is generating error: Unknown Error Traceback (most recent call last): File "/odoo/myaddons/account_ebics/wizards/ebics_xfer.py", line 379, in _setup_client client = EbicsClient( File "<frozen fintech>", line 372, in _checkparams File "<frozen fintech.ebics>", line 1722, in __init__ RuntimeError: not all keys available for user xxxxxx

Any idea what could cause that issue ?

Regards

joonis commented 12 months ago

Does the key file exist?

matmicro commented 12 months ago

Yes. Does v13 require a specific version of fintech ?

matmicro commented 12 months ago

FYI i found a fix. It works fine with fintech==6.4.4 with Odoo 13 python 3.6 / 3.8 It looks failing with recent version of fintech, i don't know why.

matmicro commented 11 months ago

Issue was due to version of pip li which works fine with : cryptography<=39.0.2 fintech==6.4.4

Also path of config files as changed from v10 to v13.

Issue is resolved now.