Andrea Stirpe
9ae52ea128
[10.0][FIX] account_bank_statement_import_camt: payment amounts ( #166 )
6 years ago
Patrick Tombez
b53c4159f5
[10.0][FIX] Fix CAMT import without NTRY
7 years ago
OCA Git Bot
3a9c99469d
[ADD] setup.py
6 years ago
OCA Git Bot
3607e7736e
[UPD] addons table in README.md [ci skip]
6 years ago
oca-travis
114f34343e
[UPD] Update account_bank_statement_import_camt_details.pot
6 years ago
Pedro M. Baeza
63ca051f04
Merge pull request #149 from CompassionCH/10.0-camt-details
[10.0][MIG] camt_details module
6 years ago
Emanuel Cino
ff9358da0b
FIX tests of import_save_file module to avoid conflicts with others
6 years ago
Emanuel Cino
fa9f1f6346
[MIG] account_bank_statement_import_camt_details: Migration to 10.0
7 years ago
Emanuel Cino
c67c7ff7d7
[ADD] camt_details bank statement import
8 years ago
OCA Git Bot
f9c9be128f
[UPD] addons table in README.md [ci skip]
6 years ago
Pedro M. Baeza
4e91a1be5d
Merge pull request #155 from CompassionCH/10.0-parse-inheritance
[10.0][IMP] Allow inheritance for CAMT parser to add transaction nodes
6 years ago
Emanuel Cino
ef7246c611
Allow inheritance for CAMT parser to add transaction nodes
7 years ago
oca-travis
3544665ff7
[UPD] Update account_bank_statement_import_save_file.pot
7 years ago
oca-travis
cac78488e3
[UPD] Update account_bank_statement_import_qif.pot
7 years ago
oca-travis
600877db55
[UPD] Update account_bank_statement_import_ofx.pot
7 years ago
oca-travis
5a4b03d005
[UPD] Update account_bank_statement_import_mt940_base.pot
7 years ago
oca-travis
44645b6f32
[UPD] Update account_bank_statement_import_move_line.pot
7 years ago
oca-travis
299b727dd4
[UPD] Update account_bank_statement_import_camt.pot
7 years ago
Stéphane Bidoul (ACSONE)
f28fee3181
trigger Travis build to generate .pot
7 years ago
Stéphane Bidoul (ACSONE)
89d2c0f773
remove obsolete .pot files [ci skip]
7 years ago
OCA Git Bot
4979282cf5
[ADD] setup.py [ci skip]
7 years ago
OCA Git Bot
4298f044e8
[ADD] setup.py
7 years ago
OCA Git Bot
f8dabe227b
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
132a13e8de
Merge pull request #125 from onesteinbv/10_mig_account_bank_statement_import_mt940_base
[MIG][10.0] account_bank_statement_import_mt940_base: migration to 10.0
7 years ago
Alexis de Lattre
7dae943c85
Merge pull request #147 from akretion/10-fix-and-improve-camt
[10.0] camt: remove dead code and fix warning
7 years ago
OCA Transbot
f97eab1967
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
605e2b4294
[UPD] addons table in README.md
7 years ago
Alexis de Lattre
8bf315a8a0
Remove dead fields from unittests
7 years ago
Alexis de Lattre
209ac9195b
camt: remove dead code
Fix warning account.bank.statement.line.create() includes unknown fields: data, execution_date, transfer_type, value_date
7 years ago
Alexis de Lattre
e8ea38d911
Merge pull request #133 from eLBati/10.0-camt054
[10.0] allow camt054 to be parsed
7 years ago
eLBati
b660f5b4bf
FIX account_bank_statement_import_camt error message and comment
7 years ago
Andrea
0a18da1c6c
Backport of V11 developments (from #137 )
7 years ago
Andrea
f50d296c54
[10.0][MIG] account_bank_statement_import_mt940_base: port to V10
7 years ago
ecino
19c1256ee3
[10.0] Better parse camt groupped transactions ( #131 )
* correctly parse entries with multiple transactions
Our bank does it. Care has been taken not to break cases where
Ntry/NtryDtls/TxDtls isn't used: if any piece of information isn't found
on these nodes, the matching information from the Ntry is used. Most
often the entry has a sum or a summary and the transaction details are
more precise and specific, so it makes sense to use their contents
rather than its.
* more complete unit tests for camt parser
This checks the whole output data of the parser against its expected
output.
* add a test case that checks TxDtls decoding
* special case for Ntrys without TxDtls
* CO-12 - Date Import BVR
* FIX tests
* CO-1232 Fixed issues with CAMT parser tests
7 years ago
OCA Transbot
7db5b1e54e
OCA Transbot updated translations from Transifex
7 years ago
Alexis de Lattre
1c0580f6e7
Merge pull request #135 from akretion/10-save_file-fix-filename
[10.0] account_bank_statement_import_save_file: Fix filename
7 years ago
OCA Git Bot
c0dcd745ab
[UPD] addons table in README.md
7 years ago
beau sebastien
426b3a439d
Merge pull request #132 from akretion/10.0-qif-encoding-autodetec
[10.0] [FIX] Solve encoding issue and add AMEX support
7 years ago
Alexis de Lattre
22e94476b2
account_bank_statement_import_save_file: Fix filename
7 years ago
Emanuel Cino
e6f26df58a
Fix typo
8 years ago
david wulliamoz
a8fb175913
allow camt054 to be parsed
IMP README
8 years ago
OCA Transbot
c11ae0e5aa
OCA Transbot updated translations from Transifex
7 years ago
Sébastien BEAU
3a549cce90
[FIX] fix issue with encoding, as encoding may change depending of your provider try to guess it automatically, Also add support of AMEX qif by adding header CCARD, and extract a function to parse the date so you can hack it in a custom module
7 years ago
OCA Git Bot
98adf38f7f
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
f873456898
Merge pull request #130 from CompassionCH/10.0-camt-inheritance
[IMP] account_bank_statement_import_camt: Allow camt parser inheritance
7 years ago
Louis Bettens
135f47ee14
camt: allow modules to enhance the parser
8 years ago
Andrea Stirpe
deb933492c
Extract method to allow extensions ( #109 )
8 years ago
Holger Brunn
8ca3412c5b
[UPD] parse more fields as of ( #71 )
* [UPD] parse more fields for MT940
as of https://www.ing.nl/media/ING_ming_mt940s_24_juli_tcm162-46356.pdf
p 8ff
* [FIX] There is no CR or LF in mt940 data to be parsed.
The calling logic from the MT940 parser concatenates all lines from a mt940 tag.
8 years ago
Ronald Portier (Therp BV)
dc88017b61
[FIX] Import exceptions.Warning as UserError.
This according to OCA guidelines.
Also reformat README.rst to keep lines within limit.
9 years ago
Ronald Portier (Therp BV)
72a6d0b89e
[ENH] Support zip files.
10 years ago