Emanuel Cino
ef7246c611
Allow inheritance for CAMT parser to add transaction nodes
7 years ago
oca-travis
299b727dd4
[UPD] Update account_bank_statement_import_camt.pot
7 years ago
OCA Transbot
f97eab1967
OCA Transbot updated translations from Transifex
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
eLBati
b660f5b4bf
FIX account_bank_statement_import_camt error message and comment
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
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
Louis Bettens
135f47ee14
camt: allow modules to enhance the parser
8 years ago
OCA Transbot
31d6db5444
OCA Transbot updated translations from Transifex
7 years ago
Stefan Rijnhart
2ddb8b114e
[MIG] account_bank_statement_import_camt 10.0
8 years ago
OCA Transbot
704a01d6f3
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
933812e4b0
OCA Transbot updated translations from Transifex
8 years ago
Stefan Rijnhart
bc94bd837c
Create demo data during the execution of tests This ensures that the demo chart of accounts is already installed when the bank journal account is created for the bank journal that is needed to test the import. Otherwise, the demo chart from l10n_generic_coa will fail to install because there is already a journal account in the system.
8 years ago
Holger Brunn
261f3a0213
migrate account_bank_statement_import_camt
8 years ago
OCA Transbot
520cc926c8
OCA Transbot updated translations from Transifex
8 years ago
Ronald Portier (Therp BV)
d279bd2d69
Support zip files.
10 years ago
Ronald Portier (Therp BV)
87718b4eb9
Make sure message is filled for camt.
Message was not taken from AddtlNtryInf element, if not part of details.
Not sure wether it actually can be part of details (NtryDtls element), but this change least intrusive.
9 years ago
Rudolf Schnapka
3ea97a18c1
german translations for bank-statement-import
9 years ago
Pedro M. Baeza
2ceee25c5a
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
1df2087f32
[MIG] Make modules uninstallable
9 years ago
OCA Transbot
50892c95ee
OCA Transbot updated translations from Transifex
9 years ago
Stéphane Bidoul
e1a9e82192
[UPD] prefix versions with 8.0
9 years ago
OCA Transbot
6655e7e91c
OCA Transbot updated translations from Transifex
9 years ago
Stéphane Bidoul
834ff6d7c7
[FIX] pep8
9 years ago
Stéphane Bidoul
43b8298eee
[IMP] rename bank_statement_parse_ to account_bank_statement_import_
Move parserlib to account_bank_statement_import and remove bank_statement_parse module
9 years ago