Commit Graph

50 Commits

Author SHA1 Message Date
Alexis de Lattre
7318fdd424 [MIG] ofx from v12 to v13 2020-11-17 17:04:31 +01:00
OCA Transbot
a9a2bd301d Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-12.0/bank-statement-import-12.0-account_bank_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-12-0/bank-statement-import-12-0-account_bank_statement_import_ofx/
2020-11-17 17:04:31 +01:00
OCA-git-bot
146ffde7ec account_bank_statement_import_ofx 12.0.1.1.0 2020-11-17 17:04:31 +01:00
oca-travis
fd1a12efc4 [UPD] Update account_bank_statement_import_ofx.pot 2020-11-17 17:04:31 +01:00
David Beal
97c801a530 IMP acc_bank_stat_imp_ofx: add checknum in name when required 2020-11-17 17:04:31 +01:00
Rodrigo Macedo
1711d8af43 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3 of 3 strings)

Translation: bank-statement-import-12.0/bank-statement-import-12.0-account_bank_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-12-0/bank-statement-import-12-0-account_bank_statement_import_ofx/pt_BR/
2020-11-17 17:04:31 +01:00
OCA Transbot
fa7c2583cd Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-12.0/bank-statement-import-12.0-account_bank_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-12-0/bank-statement-import-12-0-account_bank_statement_import_ofx/
2020-11-17 17:04:31 +01:00
oca-travis
b7a878535f [UPD] Update account_bank_statement_import_ofx.pot 2020-11-17 17:04:31 +01:00
remi-filament
413c084bb2 [MIG] account_bank_statement_import_ofx : Migration to V12 2020-11-17 17:04:31 +01:00
OCA Transbot
862f5bf0fc Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2020-11-17 17:04:31 +01:00
Loïc Faure-Lacroix
3bcb6979b1 [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.
2020-11-17 17:04:31 +01:00
oca-travis
cc3e5267c6 [UPD] Update account_bank_statement_import_ofx.pot 2020-11-17 17:04:31 +01:00
Nicolas JEUDY
e35f81a7ba [MIG] migrate account_bank_statement_import_ofx to V11
- add #136 patch
2020-11-17 17:04:31 +01:00
OCA Transbot
5eeafcbac1 OCA Transbot updated translations from Transifex 2020-11-17 17:04:31 +01:00
Alexis de Lattre
4fae5b54ac [FIX] crash in account_bank_statement_save_file 2020-11-17 17:04:31 +01:00
Alexis de Lattre
febf485857 Remove the auto-delete lines with 0 amount (feature now provided by the module account_bank_statement_import) 2020-11-17 17:04:31 +01:00
OCA Transbot
5ffcf31bc7 OCA Transbot updated translations from Transifex 2020-11-17 17:04:31 +01:00
Alexis de Lattre
d7947f798f [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
2020-11-17 17:04:31 +01:00
OCA Transbot
92b2482cd3 OCA Transbot updated translations from Transifex 2020-11-17 17:04:31 +01:00
Alexis de Lattre
579b939f2c [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
2020-11-17 17:04:31 +01:00
Sylvain LE GAL
c9fe5cb455 [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;
2020-11-17 17:04:31 +01:00
Ilyas
cdb376b52c Some changes for odoo 9.0 2020-11-17 17:04:31 +01:00
Pedro M. Baeza
d0e910d3a2 [MIG] Rename manifest files 2020-11-17 17:04:31 +01:00
OCA Transbot
5792bce823 OCA Transbot updated translations from Transifex 2020-11-17 17:04:31 +01:00
Stéphane Bidoul
e24dd7ac4f [UPD] prefix versions with 8.0 2020-11-17 17:04:31 +01:00
OCA Transbot
e81420a2b2 OCA Transbot updated translations from Transifex 2020-11-17 17:04:31 +01:00
Ronald Portier (Therp BV)
d32d93388e [ENH] Support both old and new style parse results. 2020-11-17 17:04:31 +01:00
Ronald Portier (Therp BV)
6bd637039f [FIX] Copyright headers, vim line and manifest keys. 2020-11-17 17:04:31 +01:00
Ronald Portier (Therp BV)
27d9eaf24e [FIX] Test of ofx should not fail due to USD currency used. 2020-11-17 17:04:31 +01:00
Ronald Portier (Therp BV)
30c8d0eb86 [ENH] Support multiple accounts/currencies.
Copy of changes proposed for master.
2020-11-17 17:04:31 +01:00
Nicolas Bessi
2eb75e8b62 account_bank_statement_import_ofx is not automatically installed anymore 2020-11-17 17:04:31 +01:00
Laurent Mignon (ACSONE)
4d468e6db7 [ADD] i18n 2020-11-17 17:04:31 +01:00
Laurent Mignon
2e823b0506 [IMP] Extract description to README
Add OCA as author,
PEP8
2020-11-17 17:04:31 +01:00
Laurent Mignon
ae4a251c45 [IMP] Let the res_partner_bank.post_write create the journal if it doesn't exist 2020-11-17 17:04:31 +01:00
Laurent Mignon
445ac0642b [IMP] Improve test coverage 2020-11-17 17:04:31 +01:00
Laurent Mignon (ACSONE)
ede2024ea1 [IMP] use new API
Conflicts:
	account_bank_statement_import/account_bank_statement_import.py
2020-11-17 17:04:31 +01:00
Laurent Mignon
3a2a0839ce [IMP] Backport from master at 04daefd2d101d90daf5782173b95f31f3bd9e1b6 2020-11-17 17:04:31 +01:00
Ronald Portier (Therp BV)
a2bfc4bb6a [FIX] Make flake and pylint happy.
No automatic creation of journals. Provide demo data to succesfully
run tests.
2020-11-17 17:04:31 +01:00
Alexis de Lattre
07bd88fa54 Enable allow_auto_create_journal in the automated tests 2020-11-17 17:04:31 +01:00
Alexis de Lattre
10ed6bb570 Adapt start/end balance in the OFX test 2020-11-17 17:04:31 +01:00
Alexis de Lattre
ac6bce3885 New backport from odoo/master
Fix bug #5
2020-11-17 17:04:31 +01:00
Ronald Portier (Therp BV)
f59386b9c6 [FIX] Forgot to commit some __Init__.py files. 2020-11-17 17:04:31 +01:00
Ronald Portier (Therp BV)
2dc2ba282b [FIX] Add noqa even to __init__.py files. 2020-11-17 17:04:31 +01:00
Ronald Portier (Therp BV)
553f3bede6 [FIX] Apparently noqa tag should also be part of __openerp__.py files. 2020-11-17 17:04:31 +01:00
Ronald Portier (Therp BV)
b8db77b6db [FIX] Reverse change of year 2013 to 2014 in test files, and add warning
to module descriptions that periods in 2013 should exist when using
    test-files.
2020-11-17 17:04:31 +01:00
Ronald Portier (Therp BV)
386d26d26a [FIX] Add noqa tags to backported py files. 2020-11-17 17:04:31 +01:00
Ronald Portier (Therp BV)
4228c95beb [FIX] Change year in test files to 2014
[FIX] Change reference to not existing menu
2020-11-17 17:04:31 +01:00
Ronald Portier (Therp BV)
e03f2e5f8a [RFR] Move backported bank import modules from bank-payment
to bank-statement-import repository.
2020-11-17 17:04:31 +01:00
oca-git-bot
0bbea68ff0 [IMP] update dotfiles [ci skip] 2020-11-01 21:37:28 +01:00
oca-git-bot
d2b90fd948 Initialize 14.0 branch 2020-10-08 21:06:51 +02:00