Commit Graph

15 Commits

Author SHA1 Message Date
remi-filament
fb19ad3dc0 [MIG] account_bank_statement_import_ofx : Migration to V12 2019-06-04 15:39:26 +02:00
Nicolas JEUDY
f8255d469f [MIG] migrate account_bank_statement_import_ofx to V11
- add #136 patch
2019-02-11 15:52:11 +01:00
Alexis de Lattre
ee7330ae87 [10.0] OFX: fix start/end balance (#90)
Remove start/end dates in name of statement, because it's better to have it via 2 computed fields
2019-02-11 15:52:09 +01:00
Alexis de Lattre
a2e552cf92 [MIG] account_bank_statement_import_ofx: Migration to 10.0
* Remove the code that matches partners, which is wrong and cannot work
* Better 'name' on bank statement
* Move from models directory to wizard
* Remove demo data to tests
* Use latest version of ofxparse from github
2019-02-11 15:52:08 +01:00
Sylvain LE GAL
b830eae932 [REF] OCA convention;
[ADD] patch ofx parser to make this module work with some european bank like credit cooperatif;
[IMP] wizard view to display OFX implementation;
2019-02-11 15:52:07 +01:00
Laurent Mignon
47dadc7332 [IMP] Extract description to README
Add OCA as author,
PEP8
2019-02-11 15:52:02 +01:00
Laurent Mignon
3fe7654cca [IMP] Improve test coverage 2019-02-11 15:52:01 +01:00
Laurent Mignon (ACSONE)
dca15a8f09 [IMP] use new API
Conflicts:
	account_bank_statement_import/account_bank_statement_import.py
2019-02-11 15:52:00 +01:00
Laurent Mignon
dcc7297e0d [IMP] Backport from master at 04daefd2d101d90daf5782173b95f31f3bd9e1b6 2019-02-11 15:52:00 +01:00
Alexis de Lattre
3b700d7f05 Enable allow_auto_create_journal in the automated tests 2019-02-11 15:51:59 +01:00
Alexis de Lattre
1dd08dc65d Adapt start/end balance in the OFX test 2019-02-11 15:51:59 +01:00
Alexis de Lattre
0aba7282e1 New backport from odoo/master
Fix bug #5
2019-02-11 15:51:58 +01:00
Ronald Portier (Therp BV)
46f42c8b4d [FIX] Add noqa even to __init__.py files. 2019-02-11 15:51:57 +01:00
Ronald Portier (Therp BV)
0bdfe92bc9 [FIX] Add noqa tags to backported py files. 2019-02-11 15:51:56 +01:00
Ronald Portier (Therp BV)
74c4ebdf4f [RFR] Move backported bank import modules from bank-payment
to bank-statement-import repository.
2019-02-11 15:51:55 +01:00