Commit Graph

174 Commits

Author SHA1 Message Date
Jérémy Didderen
51ca83ff1b [ADD] translation files (FR,NL) 2026-03-01 23:26:36 +01:00
Luc De Meyer
44053b5e35 [IMP]ebics.userid,user_ids: exclude portal users 2026-03-01 23:26:36 +01:00
Luc De Meyer
151ddefa81 account_ebics - bump module version 2026-03-01 23:26:36 +01:00
Luc De Meyer
7c44112da0 [FIX] limit INI letter languages to 'en', 'de', 'fr' 2026-03-01 23:26:36 +01:00
oca-ci
5abc5cd074 [UPD] Update account_ebics.pot 2026-03-01 23:26:36 +01:00
Jérémy Didderen
4a8bf74961 [FIX] pre-commit errors after copier update 2026-03-01 23:26:36 +01:00
Luc De Meyer
d4cc53d341 [IMP]improve fintech.ebics register documentation 2026-03-01 23:26:36 +01:00
Luc De Meyer
c22d3b1f33 [IMP]account_ebics : improve file format views 2026-03-01 23:26:36 +01:00
Jérémy Didderen
bb4fd21c0e add github workflow 2026-03-01 23:26:36 +01:00
Olivier Doucet
b10273d754 fix cfonb return line bug 2026-03-01 23:26:36 +01:00
Luc De Meyer
22cb676ef1 [IMP] account_ebics : remove obsolete 'view_type' in actions 2026-03-01 23:26:36 +01:00
Luc De Meyer
235b8db5d2 [FIX] account_ebics : fix ebics.file 'Done' filter 2026-03-01 23:26:36 +01:00
root
f6893f4c70 [UPD] Update account_ebics.pot 2026-03-01 23:26:36 +01:00
Luc De Meyer
049e477f3e [IMP] account_ebics: hide process button on ebics_file when no download process 2026-03-01 23:26:36 +01:00
Luc De Meyer
a881fa144e [IMP] account_ebics: add draft, done filters on ebics.file search view 2026-03-01 23:26:36 +01:00
Luc De Meyer
196fea6aa9 [MIG] account_ebics_batch_payment: Migration to 18.0 2026-03-01 23:26:36 +01:00
root
31145fd70f [UPD] Update account_ebics.pot 2026-03-01 23:26:36 +01:00
Luc De Meyer
8a4d809fff [MIG] account_ebics: Migration to 18.0 2026-03-01 23:26:36 +01:00
Remi - Le Filament
091b8a2914 [FIX] handle string notifications as warnings 2026-03-01 23:26:36 +01:00
root
ebdd3cbe14 [UPD] Update account_ebics.pot 2026-03-01 23:26:36 +01:00
Luc De Meyer
823584a8b5 [FIX]account_ebics - fix split cfonb120 files 2026-03-01 23:26:36 +01:00
Lancelot
1ab4c91133 update logo modules 2026-03-01 23:26:36 +01:00
root
e545a54706 [UPD] Update account_ebics.pot 2026-03-01 23:26:36 +01:00
Luc De Meyer
8462971237 [IMP]EBICS File Format on Payment Mode 2026-03-01 23:26:36 +01:00
Luc De Meyer
a7c17fdb68 [IMP]account_ebics: file format filter on ebics_upload
Set file format fiter when creating the ebics.xfer wizard from a python method,
e.g. 'EBICS UPLOAD' button on payment order.
2026-03-01 23:26:36 +01:00
Luc De Meyer
c783cf2755 [FIX]fix change_passphrase 2026-03-01 23:26:36 +01:00
Luc De Meyer
983e162aa0 [FIX]account_ebics - fix passphrase visibility for new userid 2026-03-01 23:26:36 +01:00
root
e20d8bf639 [UPD] Update account_ebics.pot 2026-03-01 23:26:36 +01:00
Jérémy Didderen
d04f68a28e update CI config 2026-03-01 23:26:36 +01:00
Luc De Meyer
ef6ceaa514 [MIG] account_ebics: Migration to 17.0 2026-03-01 23:26:36 +01:00
Luc De Meyer
3f9532f595 [FIX]bugfix _compute_ebics_passphrase_view_modifiers 2026-03-01 23:26:36 +01:00
Luc De Meyer
a3ff69e330 [MIG] account_ebics: Migration to 17.0 2026-03-01 23:26:36 +01:00
Luc De Meyer
d15d0ec5e3 [IMP] account_ebics: pre-commit auto fixes 2026-03-01 23:26:36 +01:00
Luc De Meyer
fc4f1f610e update README 2026-03-01 23:26:36 +01:00
Luc De Meyer
9098bf6b4d [IMP]account_ebics UI improvements 2026-03-01 23:26:36 +01:00
Luc De Meyer
4425c1dd76 [IMP]remove SWIFT 3Skey support from UI
These fields should be restored after implementation of SWIFT SConnect.
SWIFT 3Skey certificates can be imported into account_ebics and used
for download purposes but there is little value in this.
Hence it's better to remove it for the time being.
2026-03-01 23:26:36 +01:00
Luc De Meyer
3d4e3d34ae [IMP]account_ebics UI improvements 2026-03-01 23:26:36 +01:00
Luc De Meyer
a5a16305b6 [IMP]account_ebics - update documentation 2026-03-01 23:26:36 +01:00
Luc De Meyer
6909989636 [FIX]fix handling of non-stored passphrases
module: account_ebics 16.0

The non-stored passphrases (passphrase, sig_passphrase) were incorrectly handled
during the INIT cycle:
- setting 'ebics_passphrase_store' during INIT cycle didn't work
- setting the 'ebics_sig_passphrase' during INIT cycle didn't work
2026-03-01 23:26:36 +01:00
Luc De Meyer
64bede2413 [FIX]return warning when processing statement files without transactions
module: account_ebics 16.0
2026-03-01 23:26:35 +01:00
Luc De Meyer
2ed1d9f877 [FIX] EBICS upload stack trace
module: account_ebics/wizards/ebics_xfer.py

Fix stack trace when uploading payment file directly via EBICS Upload wizard
(hence not via 'EBICS Upload' button on payment order).
2026-03-01 23:26:35 +01:00
Luc De Meyer
d4b6efd840 [IMP] account_ebics : update doc for EDS 2026-03-01 23:26:35 +01:00
Luc De Meyer
f4e7e82065 [IMP]add support for signature passphrase 2026-03-01 23:26:35 +01:00
Luc De Meyer
a3abf463cc [IMP]add support for signature passphrase 2026-03-01 23:26:35 +01:00
Luc De Meyer
5917750b8f [IMP]add support for fintech 7.4
In fintech 7.4 EbicsUser.manual_approval has been replaced by class parameter “transport_only”.
The account_ebics code has now been adapted to support fintech >=7.4 as well as older releases.
2026-03-01 23:26:35 +01:00
Jérémy Didderen
3900e4334c account_ebics - add _payment_order_postprocess for account_payment_order 2026-03-01 23:26:35 +01:00
Luc De Meyer
381a136b75 [IMP][16.0]enhance _split_camt to support C52, C53 and C54 2026-03-01 23:26:35 +01:00
Luc De Meyer
a46ef4c227 [16.0] add support for COMMERZBANK camt files 2026-03-01 23:26:35 +01:00
Luc De Meyer
a0544bcc01 [FIX]allow to enter passphrase during key renewal for userid with non-stored passphrase 2026-03-01 23:26:35 +01:00
Luc De Meyer
fd464eeb6e [IMP][16.0]remove unused code in ebics_init_3 2026-03-01 23:26:35 +01:00