Commit Graph

156 Commits

Author SHA1 Message Date
OCA Transbot
db40b51cbd Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-11.0/bank-statement-import-11.0-account_bank_statement_import_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-11-0/bank-statement-import-11-0-account_bank_statement_import_paypal/
2019-07-20 11:59:35 +00:00
oca-travis
c2a871de14 [UPD] Update account_bank_statement_import_paypal.pot 2019-07-19 15:44:23 +00:00
Pedro M. Baeza
8c9a10d839 [FIX] account_bank_statement_import: Fix tests 2019-07-19 17:29:50 +02:00
Pedro M. Baeza
704316cb0c .travis.yml: Up to date 2019-07-19 17:24:56 +02:00
Pedro M. Baeza
9a7b365807 [FIX] account_bank_statement_import_paypal: Don't populate partner account
This makes the statement lines to not appear on reconciliation widget.
2019-07-19 17:11:56 +02:00
OCA Transbot
9d7538d132 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-11.0/bank-statement-import-11.0-account_bank_statement_import_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-11-0/bank-statement-import-11-0-account_bank_statement_import_paypal/
2019-05-20 20:32:38 +00:00
oca-travis
bc5ad946ac [UPD] Update account_bank_statement_import_paypal.pot 2019-05-14 08:21:32 +00:00
Alexandre Fayolle
b3380f06db [11.0] [FIX] float parsing in paypal import (#211)
In English version of the files, paypal uses ',' as thousands separator and '.' as
decimal separator -> the previous code would populate the bank statement with
wrong values without complaining.

We fix this by allowing to configure the separators in the paypal map.
2019-05-14 10:09:30 +02:00
Pedro M. Baeza
0ed83f20ce [FIX] account_bank_statement_import_paypal: Don't set currency if it's the same 2019-05-06 21:12:50 +02:00
Pedro M. Baeza
3f3fe3845a [FIX] account_bank_statement_import_paypal: Ensure journal currency 2019-05-06 20:46:33 +02:00
oca-travis
d77a2d956e [UPD] Update account_bank_statement_import_paypal.pot 2019-04-12 15:23:09 +00:00
Pedro M. Baeza
a189fe2371 Merge pull request #196 from Tecnativa/11.0-account_bank_statement_import_paypal_improve
[IMP] account_bank_statement_import_paypal: create paypal maps
2019-04-12 17:15:46 +02:00
cubells
64d0d19ca7 [IMP] account_bank_statement_import_paypal: create paypal maps 2019-04-12 16:36:40 +02:00
OCA-git-bot
f12289b224 [ADD] icon.png 2019-04-03 02:37:28 +00:00
Pedro M. Baeza
f7d0449abd Merge pull request #189 from onesteinbv/11_fix_account_bank_statement_import_camt_oca
[11.0][FIX] account_bank_statement_import_camt_oca: add tag AddtlInf to the name field
2018-12-23 13:52:33 +01:00
Andrea
3cb8b3ac6d [FIX] Add tag AddtlInf to the name field 2018-12-17 10:55:42 +01:00
Yung-Wa
db2145dd8f Translated using Weblate (Dutch)
Currently translated at 57.1% (4 of 7 strings)

Translation: bank-statement-import-11.0/bank-statement-import-11.0-account_bank_statement_import_camt_oca
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-11-0/bank-statement-import-11-0-account_bank_statement_import_camt_oca/nl/
2018-12-03 10:43:01 +00:00
OCA Transbot
d0717238ff Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2018-12-02 02:33:37 +00:00
OCA Transbot
8c5e500062 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2018-12-02 02:33:33 +00:00
OCA-git-bot
a25f634439 [UPD] README.rst 2018-12-02 02:33:25 +00:00
OCA-git-bot
bdc12ea9f8 [ADD] setup.py 2018-11-24 15:24:22 +00:00
OCA-git-bot
bc88a10ece [UPD] README.rst 2018-11-24 15:24:22 +00:00
Stéphane Bidoul (ACSONE)
3267d02c55 [FIX] title in readme fragment 2018-11-24 16:23:50 +01:00
oca-travis
74ed055b39 [UPD] Update account_bank_statement_import_paypal.pot 2018-11-21 01:16:44 +00:00
Pedro M. Baeza
70f6669e1e Merge pull request #161 from Tecnativa/11.0-mig_account_bank_statement_import_paypal
[MIG]account_bank_statement_import_paypal: Migration to 11.0
2018-11-21 02:11:01 +01:00
Loïc Faure-Lacroix
dc22fa3931 [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.
2018-10-19 11:16:07 -05:00
oca-travis
064520b56d [UPD] Update account_bank_statement_import_ofx.pot 2018-10-11 20:42:01 +00:00
OCA-git-bot
7a2c85e47a [ADD] setup.py 2018-10-11 19:15:14 +00:00
Pedro M. Baeza
7c45f80c10 Merge pull request #142 from njeudy/11.0-mig-account_bank_statement_import_ofx
11.0 mig account bank statement import ofx
2018-10-11 21:15:08 +02:00
Pedro M. Baeza
5d9f3f7afe Merge pull request #179 from onesteinbv/11_fix_account_bank_statement_import_camt_oca
[11.0][FIX] account_bank_statement_import_camt: switch name and note
2018-10-11 18:49:58 +02:00
Andrea
3934bc1671 Adapt test 2018-10-02 14:27:57 +02:00
Andrea
5a85ee5346 [11.0][FIX] account_bank_statement_import_camt: switch name and note 2018-10-02 11:25:46 +02:00
OCA Git Bot
6fc3202c31 [UPD] README.rst 2018-08-24 04:38:30 +02:00
Pedro M. Baeza
ff0b4c3165 Merge pull request #173 from odoonz/qif_fix
FIX QIF errors
2018-08-15 23:23:52 +02:00
Nicolas JEUDY
2c09d3b93a [MIG] migrate account_bank_statement_import_ofx to V11
- add #136 patch
2018-08-15 18:52:26 +02:00
Graeme Gellatly
27239e40ff FIX QIF errors 2018-08-16 01:11:35 +12:00
OCA Git Bot
5d2d79bbfd [ADD] setup.py 2018-08-09 04:37:55 +02:00
OCA Git Bot
b5327c3bca [UPD] README.rst 2018-08-09 04:37:55 +02:00
oca-travis
19f5f75667 [UPD] Update account_bank_statement_import_move_line.pot 2018-08-08 06:28:11 +00:00
Andrea Stirpe
64f26f3a6b [11.0][FIX] account_bank_statement_import_camt: payment amounts (#168) 2018-08-08 08:14:07 +02:00
Pedro M. Baeza
2ea8d3232d Merge pull request #167 from xpansa/11.0-mig-account_bank_statement_import_move_line
[11.0] [MIG] account_bank_statement_import_move_line
2018-08-08 08:10:43 +02:00
Sergej Lozikov
b128875f36 [MIG] account_bank_statement_import_move_line: Migration to 11.0 2018-08-03 00:04:54 +03:00
OCA Transbot
b673dac443 OCA Transbot updated translations from Transifex 2018-08-02 23:57:23 +03:00
Luis M. Ontalba
2293e5033c [10.0][NEW] account_bank_statement_import_move_line 2018-08-02 23:54:12 +03:00
derKonig
a87cecf08c Translated using Weblate (Persian)
Currently translated at 100.0% (4 of 4 strings)

Translation: bank-statement-import-11.0/bank-statement-import-11.0-account_bank_statement_import_qif
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-11-0/bank-statement-import-11-0-account_bank_statement_import_qif/fa/
2018-07-22 11:31:11 +00:00
derKonig
6d14304cb7 Translated using Weblate (Persian)
Currently translated at 100.0% (7 of 7 strings)

Translation: bank-statement-import-11.0/bank-statement-import-11.0-account_bank_statement_import_camt_oca
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-11-0/bank-statement-import-11-0-account_bank_statement_import_camt_oca/fa/
2018-07-22 10:30:57 +00:00
oca-travis
5f55aee7c7 [UPD] Update account_bank_statement_import_qif.pot 2018-07-12 15:17:47 +00:00
oca-travis
03bd8f79f2 [UPD] Update account_bank_statement_import_mt940_base.pot 2018-07-12 15:17:47 +00:00
oca-travis
696c72d1ae [UPD] Update account_bank_statement_import_camt_oca.pot 2018-07-12 15:17:46 +00:00
oleksandrpaziuk
c1f7c26f6e [11.0][FIX] Fix CAMT import without NTRY (#163) 2018-07-12 16:05:52 +02:00