Commit Graph

15 Commits

Author SHA1 Message Date
remi-filament
247aef01ed [MIG] account_bank_statement_import_ofx : Migration to V12 2023-03-24 12:07:20 +01:00
Nicolas JEUDY
f8abc3d359 [MIG] migrate account_bank_statement_import_ofx to V11
- add #136 patch
2023-03-24 12:07:20 +01:00
Alexis de Lattre
b70558d414 [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
2023-03-24 12:07:20 +01:00
Alexis de Lattre
2d1dc34256 [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
2023-03-24 12:07:20 +01:00
Sylvain LE GAL
0f575fe43b [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;
2023-03-24 12:07:20 +01:00
Laurent Mignon
87d2277d1e [IMP] Extract description to README
Add OCA as author,
PEP8
2023-03-24 12:07:20 +01:00
Laurent Mignon
26f815c6b2 [IMP] Improve test coverage 2023-03-24 12:07:20 +01:00
Laurent Mignon (ACSONE)
405a1cb2ce [IMP] use new API
Conflicts:
	account_bank_statement_import/account_bank_statement_import.py
2023-03-24 12:07:20 +01:00
Laurent Mignon
28be6dc124 [IMP] Backport from master at 04daefd2d101d90daf5782173b95f31f3bd9e1b6 2023-03-24 12:07:20 +01:00
Alexis de Lattre
69aa85d56f Enable allow_auto_create_journal in the automated tests 2023-03-24 12:07:20 +01:00
Alexis de Lattre
f8f2e8979e Adapt start/end balance in the OFX test 2023-03-24 12:07:20 +01:00
Alexis de Lattre
580b192c0c New backport from odoo/master
Fix bug #5
2023-03-24 12:07:20 +01:00
Ronald Portier (Therp BV)
be4a226ddb [FIX] Add noqa even to __init__.py files. 2023-03-24 12:07:20 +01:00
Ronald Portier (Therp BV)
88905dd844 [FIX] Add noqa tags to backported py files. 2023-03-24 12:07:20 +01:00
Ronald Portier (Therp BV)
e11e7c236a [RFR] Move backported bank import modules from bank-payment
to bank-statement-import repository.
2023-03-24 12:07:20 +01:00