Commit Graph

442 Commits

Author SHA1 Message Date
Alexis de Lattre
512bb9753a Add module account_bank_statement_import_paypal
Fix spelling mistake
Add methods to inherit for language-specific or country-specific stuff Port to new API
FIX super
Update travis config
2019-05-20 12:42:51 +02:00
oca-travis
723e810742 [UPD] Update account_bank_statement_import_camt_oca.pot 2019-05-04 13:58:00 +00:00
OCA-git-bot
0c5c116b26 [ADD] setup.py 2019-05-04 13:53:06 +00:00
OCA-git-bot
5e6bfab995 [ADD] icon.png 2019-05-04 13:53:06 +00:00
Stéphane Bidoul (ACSONE)
aa752bff05 Merge pull request #198 from acsone/12.0-mig_account_bank_statement_import_camt_oca_tbi
[12.0] [MIG] Account Bank Statement Import CAMT OCA
2019-05-04 15:52:58 +02:00
Thomas Binsfeld
a80347b206 [REF] Gitignore: .eggs 2019-04-16 10:10:27 +02:00
Thomas Binsfeld
4e27fec2d3 [MIG] Account Bank Statement Import CAMT OCA to 12.0 2019-04-16 10:10:27 +02:00
Alexis de Lattre
a8ffc72e7b Fix warning
Port tests to v12 and python3
2019-02-28 23:16:09 +01:00
Alexis de Lattre
3ce503fd86 [MIG] account_bank_statement_import_save_file from v10 to v12 2019-02-28 22:50:31 +01:00
oleksandrpaziuk
c10c08de1f fix disambiguation in account_bank_statement_import_camt module name 2019-02-28 21:57:57 +01:00
Emanuel Cino
cd45ccee10 FIX tests of import_save_file module to avoid conflicts with others 2019-02-28 21:57:57 +01:00
oca-travis
dbff600933 Update account_bank_statement_import_save_file.pot 2019-02-28 21:57:57 +01:00
OCA Transbot
e9bc68108d OCA Transbot updated translations from Transifex 2019-02-28 21:57:57 +01:00
Alexis de Lattre
f4b6ae5c39 account_bank_statement_import_save_file: Fix filename 2019-02-28 21:57:57 +01:00
OCA Transbot
f14a782f29 OCA Transbot updated translations from Transifex 2019-02-28 21:57:57 +01:00
OCA Transbot
cfb8bd13b0 OCA Transbot updated translations from Transifex 2019-02-28 21:57:57 +01:00
Alexis de Lattre
9f1229656a crash in account_bank_statement_save_file 2019-02-28 21:57:57 +01:00
Mourad Elhadj Mimoune
e07b0ac366 account_bank_statement_import_save_file: Migrated to 10.0 2019-02-28 21:57:57 +01:00
OCA Transbot
b62222afbb OCA Transbot updated translations from Transifex 2019-02-28 21:57:57 +01:00
Holger Brunn
3b64e069ba incomplete format string 2019-02-28 21:57:57 +01:00
Holger Brunn
c09a95ce20 have one list of notifications
[IMP] use a nice formatting to show notifications for imported file
2019-02-28 21:57:57 +01:00
Holger Brunn
2f29b23ced don't error out if there are no attachments 2019-02-28 21:57:57 +01:00
Ronald Portier (Therp BV)
92148520fe Import exceptions.Warning as UserError.
This according to OCA guidelines.
Also reformat README.rst to keep lines within limit.
2019-02-28 21:57:57 +01:00
OCA Transbot
dbc1fa42ae OCA Transbot updated translations from Transifex 2019-02-28 21:57:57 +01:00
OCA Transbot
cab4e686b7 OCA Transbot updated translations from Transifex 2019-02-28 21:57:57 +01:00
Rudolf Schnapka
404ccefa71 german translations for bank-statement-import 2019-02-28 21:57:57 +01:00
Pedro M. Baeza
aebeefc926 Rename manifest files 2019-02-28 21:57:57 +01:00
Stéphane Bidoul (ACSONE)
f3522eb759 remove en.po that was erroneously created by transbot 2019-02-28 21:57:57 +01:00
Pedro M. Baeza
331f4f8887 Make modules uninstallable 2019-02-28 21:57:57 +01:00
OCA Transbot
316d7315c6 OCA Transbot updated translations from Transifex 2019-02-28 21:57:57 +01:00
Stéphane Bidoul
f6ee8e0eb1 prefix versions with 8.0 2019-02-28 21:57:57 +01:00
OCA Transbot
de764ba00e OCA Transbot updated translations from Transifex 2019-02-28 21:57:57 +01:00
Holger Brunn
19905ff2bc better icon 2019-02-28 21:57:57 +01:00
Holger Brunn
2e2b217526 unused import 2019-02-28 21:57:57 +01:00
Holger Brunn
c00fe10ce3 adapt to upstream changes 2019-02-28 21:57:57 +01:00
Holger Brunn
2a27287aec unused imports 2019-02-28 21:57:57 +01:00
Holger Brunn
95e81341db account.bank.statement.import is transient 2019-02-28 21:57:57 +01:00
Holger Brunn
90ad4a6d46 make test work with and without demo data 2019-02-28 21:57:57 +01:00
Holger Brunn
61b2ac97e6 test 2019-02-28 21:57:57 +01:00
Holger Brunn
64a21a9f10 migration script
and a module that takes care of saving imported files (+migration)
2019-02-28 21:57:57 +01:00
OCA Transbot
f4082fa857 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2019-02-11 15:52:13 +01:00
Loïc Faure-Lacroix
1059bf6b3e [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.
2019-02-11 15:52:12 +01:00
oca-travis
46ef62d1d2 [UPD] Update account_bank_statement_import_ofx.pot 2019-02-11 15:52:12 +01:00
Nicolas JEUDY
f8255d469f [MIG] migrate account_bank_statement_import_ofx to V11
- add #136 patch
2019-02-11 15:52:11 +01:00
OCA Transbot
3cc3ac995d OCA Transbot updated translations from Transifex 2019-02-11 15:52:11 +01:00
Alexis de Lattre
b9c924fa72 [FIX] crash in account_bank_statement_save_file 2019-02-11 15:52:10 +01:00
Alexis de Lattre
e941f0dfdd Remove the auto-delete lines with 0 amount (feature now provided by the module account_bank_statement_import) 2019-02-11 15:52:10 +01:00
OCA Transbot
800047b1a8 OCA Transbot updated translations from Transifex 2019-02-11 15:52:09 +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
OCA Transbot
5200fc7f0d OCA Transbot updated translations from Transifex 2019-02-11 15:52:08 +01:00