Holger Brunn
cb3e64e37d
[FIX] reconcile correct items
8 years ago
Holger Brunn
4880cda696
[ADD] allow turning off automatic reconciliation during an import
8 years ago
Holger Brunn
368f76a534
[ADD] oca dependencies
8 years ago
Holger Brunn
394322165e
[ADD] account_bank_statement_import_auto_reconcile
8 years ago
OCA Transbot
0e609ce176
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
ad9dc1b9c8
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
d55d9dd424
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
3f11586f0c
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
65356fd2e3
Merge pull request #85 from NL66278/8.0-no-more-ofx-error
[FIX] Fix ofx error on travis.
8 years ago
Ronald Portier
2212fd7749
[FIX] Fix ofx error on travis.
8 years ago
OCA Transbot
bfe1c9c813
OCA Transbot updated translations from Transifex
8 years ago
Holger Brunn
689688d817
[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
OCA Transbot
95280f9401
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
7b07f2ab61
Merge pull request #73 from pankk/patch-1
migrate being called when version is None
8 years ago
Kevin Graveman
fc915f1cf3
migrate being called when version is None
Tested the following issue:
https://github.com/OCA/bank-statement-import/issues/52
I made sure account_banking was not installed, and did not appear in ir_module_module of the source database. I ran it through a debugger and found that version was None. Compared this script with other scripts and recalled that it is indeed common to return if version is None.
8 years ago
OCA Transbot
e94ecc1ffc
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
61450ec232
Merge pull request #72 from hbrunn/8.0-account_bank_statement_import_camt-use_all_ustrd
[IMP] use all ustrd nodes
8 years ago
Stéphane Bidoul (ACSONE)
a04f8d84c0
[FIX] remove en.po that was erroneously created by transbot
8 years ago
Holger Brunn
501df26440
[IMP] use all ustrd nodes
8 years ago
OCA Transbot
5ef76c6cae
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
36d4fd5915
Merge pull request #62 from akretion/8.0-ofx-stronger-unique_import_id
OFX: stronger unique_import_id
8 years ago
OCA Transbot
5c584511de
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
d2afeb39d6
OCA Transbot updated translations from Transifex
9 years ago
Alexis de Lattre
e11bd54e22
Shorter bank statement name, as requested by Pedro
9 years ago
OCA Git Bot
80f11ca2c3
[ADD] setup.py
9 years ago
OCA Transbot
9184a38cab
OCA Transbot updated translations from Transifex
9 years ago
Sylvain LE GAL
9490a049af
Merge pull request #51 from NL66278/8.0_camt_name
[ENH] Might need info in camt import from PmtInfId element.
9 years ago
Alexis de Lattre
8ac21acea3
OFX: Display both bank number and account number in bank statement name
Adapt automated test
9 years ago
Alexis de Lattre
f5aebc1700
OFX: Stronger unique_import_id (to lower the risk of having 2 identical unique_import_id in the same file)
Use bank account number as bank statement label, instead of bank number (important when you have several bank accounts at the same bank)
9 years ago
Pedro M. Baeza
0dfcd8fe90
Merge pull request #58 from hbrunn/8.0-set_period_id_from_date
[IMP] if there's a date but no period, ger the date's period
9 years ago
Holger Brunn
799e03a88b
[IMP] pass account_period_prefer_normal
9 years ago
Holger Brunn
b12f4908d2
[IMP] if there's a date but no period, ger the date's period
9 years ago
Holger Brunn
e53fc850c6
Merge pull request #54 from akretion/8-ofx-no-name-tag
8.0 Add support for OFX files without <NAME> inside all <STMTTRN>
9 years ago
Holger Brunn
dded47c5f1
Merge pull request #55 from akretion/8.0-better-error-msg
8.0 Better error messages
9 years ago
OCA Transbot
dfd50a0d6e
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
477da9368d
OCA Transbot updated translations from Transifex
9 years ago
Alexis de Lattre
b3fedb4df7
Better error message
9 years ago
Alexis de Lattre
606e32c6ad
FIX when transaction.payee is not set: don't detect wrong bank_account/partner (it used to match that res.partner.bank that have an empty 'owner_name')
9 years ago
Alexis de Lattre
48869f2aca
Better fix: fallback on <TRNTYPE> (required in OFX) and also <CHECKNUM> if we have it
9 years ago
OCA Transbot
ceaa6782f1
OCA Transbot updated translations from Transifex
9 years ago
Alexis de Lattre
4dc2495ac2
Add support for OFX files without <NAME> inside all <STMTTRN>
Add a comment in the code to explain it all !
9 years ago
Ronald Portier (Therp BV)
4d7f940133
[FIX] Correct indentation in camt.py.
9 years ago
Ronald Portier (Therp BV)
8ecee97c28
[ENH] Might need info in camt import from PmtInfId element.
9 years ago
OCA Transbot
91b86e042e
OCA Transbot updated translations from Transifex
9 years ago
OCA Git Bot
0b7a69e0d4
[UPD] addons table in README.md
9 years ago
Stéphane Bidoul (ACSONE)
c2a66fb07f
Merge pull request #50 from hbrunn/8.0-account_bank_statement_import_save_file-incomplete_format
[FIX] incomplete format string
9 years ago
Holger Brunn
e27269ce49
[FIX] incomplete format string
9 years ago
Holger Brunn
6606d0b2b1
Merge pull request #36 from NL66278/8.0_import_parsers_complete_therp
[ADD] support zip files
9 years ago
Pedro M. Baeza
bf2e9c620f
Merge pull request #47 from hbrunn/8.0-notifications_one_list
[FIX] have one list of notifications
9 years ago
Holger Brunn
e8d5da1a81
[FIX] have one list of notifications
[IMP] use a nice formatting to show notifications for imported file
9 years ago