Commit Graph

40 Commits

Author SHA1 Message Date
OCA Transbot
3c4d3b0979 OCA Transbot updated translations from Transifex 2018-06-01 10:52:59 +02:00
Stéphane Bidoul
c885e14f6c [UPD] prefix versions with 8.0 2018-06-01 10:52:59 +02:00
OCA Transbot
b3b82322b0 OCA Transbot updated translations from Transifex 2018-06-01 10:52:58 +02:00
Stéphane Bidoul
d1b36ea20c [FIX] pep8 2018-06-01 10:52:58 +02:00
Stéphane Bidoul
d8ed130fa5 [IMP] rename bank_statement_parse_ to account_bank_statement_import_
Move parserlib to account_bank_statement_import and remove bank_statement_parse module
2018-06-01 10:52:58 +02:00
OCA Git Bot
b5134775ff [ADD] setup.py [ci skip] 2018-04-19 04:31:41 +02:00
OCA Transbot
58a3288023 OCA Transbot updated translations from Transifex 2018-03-24 03:22:55 +01:00
OCA Git Bot
5c16b4c022 [ADD] setup.py 2018-03-21 04:35:24 +01:00
Pedro M. Baeza
31df61d03e Merge pull request #137 from feketemihai/11.0-mig-account_bank_statement_import_mt940_base
[11.0] [MIG] account_bank_statement_import_mt940_base
2018-03-20 17:46:56 +01:00
Fekete Mihai
fe73418dff [11.0] [MIG] account_bank_statement_import_mt940_base.
Update version to 11.

Get balance start even if currency code is already set.

Add SNS test, add header_lines parameter in parse file.

Update code, add pre process datafile to change from different format to only one, statements as dict starting with {4:..}, split file to import multiple statements at once, the check of date of statement import not implemented, be carefully not to import twice the same statements.

Update flake.

Add wrong file.
2018-03-20 17:48:23 +02:00
Pedro M. Baeza
1e490ead48 Merge pull request #141 from danger89/patch-1
Add contributing section
2018-01-04 16:20:29 +01:00
Melroy van den Berg
cadfb7b6aa Add contributing section 2018-01-04 15:00:57 +01:00
OCA Transbot
901ccaf304 OCA Transbot updated translations from Transifex 2017-12-30 03:18:44 +01:00
OCA Git Bot
4a4396ce59 [ADD] setup.py 2017-12-17 04:34:55 +01:00
Pedro M. Baeza
d7399245f3 Merge pull request #129 from Tecnativa/11.0-account_bank_statement_import_qif
[11.0][MIG] account_bank_statement_import_qif: Migration to 11.0
2017-12-16 13:02:49 +01:00
Pedro M. Baeza
84b93bba8f [MIG] account_bank_statement_import_qif: Migration to 11.0
* Metafiles updated
* Test adapted to Python 3
* Code adapted to Python 3
2017-12-16 12:54:10 +01:00
OCA Transbot
c313b78525 OCA Transbot updated translations from Transifex 2017-12-16 12:54:10 +01:00
Sébastien Namèche
dd55b4116a [MIG] account_bank_statement_import_qif: Migrated to 10.0 2017-12-16 12:54:10 +01:00
OCA Transbot
220f38ce1f OCA Transbot updated translations from Transifex 2017-12-16 12:54:10 +01:00
Pedro M. Baeza
e4ec02ecac [MIG] account_bank_statement_import_qif: Migration to 9.0
* Manifest reformat
* Added license and contributors
* Tests improved
* Added matching partners
* Added supported format in view
2017-12-16 12:54:10 +01:00
OCA Transbot
a3cd1c94d4 OCA Transbot updated translations from Transifex 2017-12-16 12:54:10 +01:00
Ronald Portier (Therp BV)
4f9d6bb7ab [ENH] Support multiple accounts/currencies.
Copy of changes proposed for master.
2017-12-16 12:54:10 +01:00
Pedro M. Baeza
a091199619 [FIX] account_bank_statement_import: Handle correctly the selection of the journal 2017-12-16 12:52:00 +01:00
Laurent Mignon (ACSONE)
c1d42e474b [IMP] account_bank_statement_qif: use new API + i18n + move journal_id to main 2017-12-16 12:51:22 +01:00
Laurent Mignon
e648a79983 [IMP] Backport from master at 04daefd2d101d90daf5782173b95f31f3bd9e1b6 2017-12-16 12:51:21 +01:00
Alexis de Lattre
483472fbc3 New backport from odoo/master
Fix bug #5
2017-12-16 12:51:21 +01:00
Ronald Portier (Therp BV)
0634acb78f [RFR] Move backported bank import modules from bank-payment
to bank-statement-import repository.
2017-12-16 12:51:21 +01:00
Andrea
a9fc5c1295 Add tests 2017-12-11 00:43:25 -08:00
Andrea
e62c669469 Porting to V10 2017-12-11 00:43:25 -08:00
Andrea Stirpe
1cb6956f0f Extract method to allow extensions (#109) 2017-12-11 00:43:25 -08:00
Holger Brunn
ff75184cd3 [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.
2017-12-11 00:43:25 -08:00
Ronald Portier (Therp BV)
163c68679a [FIX] Import exceptions.Warning as UserError.
This according to OCA guidelines.
Also reformat README.rst to keep lines within limit.
2017-12-11 00:43:25 -08:00
Ronald Portier (Therp BV)
41d3b42e9c [ENH] Support zip files. 2017-12-11 00:43:25 -08:00
Pedro M. Baeza
1d26126c18 [MIG] Rename manifest files 2017-12-11 00:43:25 -08:00
Pedro M. Baeza
65bfa28995 [MIG] Make modules uninstallable 2017-12-11 00:43:25 -08:00
Stéphane Bidoul
9f7fcdd75b [UPD] prefix versions with 8.0 2017-12-11 00:43:25 -08:00
Stéphane Bidoul
0524ab1032 [FIX] pep8 2017-12-11 00:43:25 -08:00
Stéphane Bidoul
69fd180172 [IMP] rename bank_statement_parse_ to account_bank_statement_import_
Move parserlib to account_bank_statement_import and remove bank_statement_parse module
2017-12-11 00:43:25 -08:00
OCA Git Bot
b11e6ce8a0 [ADD] setup.py 2017-10-07 16:44:07 +02:00
Pedro M. Baeza
962cbbc416 [MIG] Add metafiles
[skip ci]
2017-10-03 16:00:35 +02:00