OCA-git-bot
a25f634439
[UPD] README.rst
6 years ago
OCA-git-bot
bdc12ea9f8
[ADD] setup.py
6 years ago
OCA-git-bot
bc88a10ece
[UPD] README.rst
6 years ago
Stéphane Bidoul (ACSONE)
3267d02c55
[FIX] title in readme fragment
6 years ago
oca-travis
74ed055b39
[UPD] Update account_bank_statement_import_paypal.pot
6 years ago
Pedro M. Baeza
70f6669e1e
Merge pull request #161 from Tecnativa/11.0-mig_account_bank_statement_import_paypal
[MIG]account_bank_statement_import_paypal: Migration to 11.0
6 years ago
Loïc Faure-Lacroix
dc22fa3931
[11.0 BUGFIX] Pass bytes to Ofxparse
The ofx files have the correct charset inside their headers and
trying to convert the file to StringIO using a particular encoding
is subject to failures when the file isn't exactly an ascii file.
For example a file encoded with CP1252 with accents on letters like
é or è will not be parser as utf-8 and will fail to load.
Also since OfxParse is supposed to receive a file handle, it is
correctly reading the file header and choosing the appropriate charset
to read the rest of the file. For this reason, pass the bytes as a
ByteIO that doesn't care about the encoding.
6 years ago
oca-travis
064520b56d
[UPD] Update account_bank_statement_import_ofx.pot
6 years ago
OCA-git-bot
7a2c85e47a
[ADD] setup.py
6 years ago
Pedro M. Baeza
7c45f80c10
Merge pull request #142 from njeudy/11.0-mig-account_bank_statement_import_ofx
11.0 mig account bank statement import ofx
6 years ago
Pedro M. Baeza
5d9f3f7afe
Merge pull request #179 from onesteinbv/11_fix_account_bank_statement_import_camt_oca
[11.0][FIX] account_bank_statement_import_camt: switch name and note
6 years ago
Andrea
3934bc1671
Adapt test
6 years ago
Andrea
5a85ee5346
[11.0][FIX] account_bank_statement_import_camt: switch name and note
6 years ago
OCA Git Bot
6fc3202c31
[UPD] README.rst
6 years ago
Pedro M. Baeza
ff0b4c3165
Merge pull request #173 from odoonz/qif_fix
FIX QIF errors
6 years ago
Nicolas JEUDY
2c09d3b93a
[MIG] migrate account_bank_statement_import_ofx to V11
- add #136 patch
7 years ago
Graeme Gellatly
27239e40ff
FIX QIF errors
6 years ago
OCA Git Bot
5d2d79bbfd
[ADD] setup.py
6 years ago
OCA Git Bot
b5327c3bca
[UPD] README.rst
6 years ago
oca-travis
19f5f75667
[UPD] Update account_bank_statement_import_move_line.pot
6 years ago
Andrea Stirpe
64f26f3a6b
[11.0][FIX] account_bank_statement_import_camt: payment amounts ( #168 )
6 years ago
Pedro M. Baeza
2ea8d3232d
Merge pull request #167 from xpansa/11.0-mig-account_bank_statement_import_move_line
[11.0] [MIG] account_bank_statement_import_move_line
6 years ago
Sergej Lozikov
b128875f36
[MIG] account_bank_statement_import_move_line: Migration to 11.0
6 years ago
OCA Transbot
b673dac443
OCA Transbot updated translations from Transifex
7 years ago
Luis M. Ontalba
2293e5033c
[10.0][NEW] account_bank_statement_import_move_line
7 years ago
derKonig
a87cecf08c
Translated using Weblate (Persian)
Currently translated at 100.0% (4 of 4 strings)
Translation: bank-statement-import-11.0/bank-statement-import-11.0-account_bank_statement_import_qif
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-11-0/bank-statement-import-11-0-account_bank_statement_import_qif/fa/
6 years ago
derKonig
6d14304cb7
Translated using Weblate (Persian)
Currently translated at 100.0% (7 of 7 strings)
Translation: bank-statement-import-11.0/bank-statement-import-11.0-account_bank_statement_import_camt_oca
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-11-0/bank-statement-import-11-0-account_bank_statement_import_camt_oca/fa/
6 years ago
oca-travis
5f55aee7c7
[UPD] Update account_bank_statement_import_qif.pot
6 years ago
oca-travis
03bd8f79f2
[UPD] Update account_bank_statement_import_mt940_base.pot
6 years ago
oca-travis
696c72d1ae
[UPD] Update account_bank_statement_import_camt_oca.pot
6 years ago
oleksandrpaziuk
c1f7c26f6e
[11.0][FIX] Fix CAMT import without NTRY ( #163 )
6 years ago
cubells
234114ad56
[MIG]account_bank_statement_import_paypal: Migration to 11.0
6 years ago
Sébastien BEAU
d734aab52a
refactor paypal import in order to use new bank statement from Paypal
Remove deprecated information in readme
solve issue on currency the main currency is not the first line (line are ordered by currency name). So we should take the journal currency or company currency to know the right currency to use. Also add full header to avoid issue if the paypal header change
7 years ago
Mourad Elhadj Mimoune
deb386cb12
adapt code to the new paypal format
error when several line defined in currency != company currency
handel utf-8 file
handel csv with quotechar "
skip BOM character in utf-8
8 years ago
Adrien Peiffer (ACSONE)
804cf9218c
Consider refund line
Avoid to return paypal_email_account as a bank account
Put file transaction ref in name to work with base_transaction_ref
Remove thousands separator
9 years ago
Alexis de Lattre
b30e3334d8
Add module account_bank_statement_import_paypal
Fix spelling mistake
Add methods to inherit for language-specific or country-specific stuff Port to new API
FIX super
Update travis config
10 years ago
OCA Git Bot
9da87d7f7e
[ADD] setup.py
6 years ago
OCA Transbot
e0d6710ac3
OCA Transbot updated translations from Transifex
6 years ago
Stefan Rijnhart (Opener)
17c4619e68
Merge pull request #158 from MaxyMoos/11.0-mig-account_bank_statement_import_camt
[11.0][MIG] account_bank_statement_import_camt
6 years ago
Maxence Groine
cc37448d5d
Rename module
Also:
- Use context managers for file opening/closing in tests
- Changed use of deprecated `BadZipfile` exception
- Removed debugging code left by mistake
7 years ago
Maxence Groine
8c038807fc
[11.0][MIG] account_bank_statement_import_camt
7 years ago
OCA Transbot
433f8240ab
OCA Transbot updated translations from Transifex
7 years ago
Alexis de Lattre
300d133e6d
Remove dead fields from unittests
7 years ago
Alexis de Lattre
0a97650ce9
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
4a6a517dea
FIX account_bank_statement_import_camt error message and comment
7 years ago
ecino
c4dc160eda
[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
aad82e8241
Fix typo
8 years ago
david wulliamoz
f0a4fe8a97
allow camt054 to be parsed
IMP README
8 years ago
OCA Transbot
c7e5d6ec3c
OCA Transbot updated translations from Transifex
7 years ago
Louis Bettens
a66b4bf7cf
camt: allow modules to enhance the parser
8 years ago