Commit Graph

101 Commits

Author SHA1 Message Date
Luc De Meyer
fde47c4916 [MIG] account_ebics: Migration to 19.0 2026-03-02 00:43:36 +01:00
Luc De Meyer
a868dca0c5 [IMP] account_ebics: pre-commit auto fixes 2026-03-01 23:28:13 +01:00
Luc De Meyer
934da7ab49 [FIX] stack trace when OE camt parser discards a transaction line
The Odoo Enterprise CAMT parser may drop transactions during import
e.g. in case of duplicates or when a 0.00 amount transaction is added
to give some banking information via the CAMT file.
This PR fixes a stack trace that occurs when that happens.
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
7c44112da0 [FIX] limit INI letter languages to 'en', 'de', 'fr' 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
c22d3b1f33 [IMP]account_ebics : improve file format views 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
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
196fea6aa9 [MIG] account_ebics_batch_payment: Migration to 18.0 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
Luc De Meyer
823584a8b5 [FIX]account_ebics - fix split cfonb120 files 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
Jérémy Didderen
d04f68a28e update CI config 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
9098bf6b4d [IMP]account_ebics UI improvements 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
d4b6efd840 [IMP] account_ebics : update doc for EDS 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
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
Luc De Meyer
64ee66e8b2 [IMP][16.0]improve creation of INI letter 2026-03-01 23:26:35 +01:00
Jérémy Didderen
9e1d474b41 account_ebics - remove legacy ebics_files from code 2026-03-01 23:26:35 +01:00
Luc De Meyer
04c6a5b5be rename field labels with duplicates 2026-03-01 23:26:35 +01:00
Luc De Meyer
4458c9e171 [IMP] remove storage of ebics_files in EBICS Files Root directory 2026-03-01 23:26:35 +01:00
Luc De Meyer
73512d11a9 [IMP] 16.0 - prevent creation of duplicate statements 2026-03-01 23:26:35 +01:00
Luc De Meyer
cedfa07b38 account_ebics 16.0 : add support for CFONB 2026-03-01 23:26:35 +01:00
Luc De Meyer
c6e112dcf0 fix try/except 2026-03-01 23:26:35 +01:00
Luc De Meyer
a2ebe1a76a ebics 16.0 : add support for oca camt parser 2026-03-01 23:26:35 +01:00
Luc De Meyer
48a37e828b fix 'savepoint does not exist' stack trace at statement import 2026-03-01 23:26:35 +01:00
Luc De Meyer
170194ae2f rename ui_designation to transaction_rights 2026-03-01 23:26:35 +01:00
evgeny-l
cccb1ed3ae [IMP] account_ebics: correct support of ebics.userid.user_ids filter, ebics-key UI designation improvement 2026-03-01 23:26:35 +01:00
Luc De Meyer
7e052ca636 [16.0]fix typo in license URL 2026-03-01 23:26:35 +01:00
Luc De Meyer
1ce002a426 [16.0] Fix passphrase handling 2026-03-01 23:26:35 +01:00
Luc De Meyer
51251976e3 [IMP] EBICS File Format - improve name_get 2026-03-01 23:26:35 +01:00
Luc De Meyer
6369021d6f [IMP] add support for non-stored passphrase 2026-03-01 23:26:35 +01:00
Luc De Meyer
9099fcb33a [16.0]account_ebics - fix for multi-statement/multi-bank-acccount camt files 2026-03-01 23:26:35 +01:00
Luc De Meyer
723aa7a138 bugfix 2026-03-01 23:26:35 +01:00
dsolanki
59996556c2 [FIX] account_ebics: Warning two fields have same label 2026-03-01 23:26:35 +01:00
Luc De Meyer
6ff62df3a6 add support for 16.0 Odoo OE camt parser 2026-03-01 23:26:35 +01:00
Luc De Meyer
9f49aae1b3 suffix no longer required 2026-03-01 23:26:35 +01:00