Commit Graph

177 Commits

Author SHA1 Message Date
OCA-git-bot
ae2bcc24d1 [ADD] setup.py 2021-07-20 07:41:28 +00:00
OCA-git-bot
fe8955b2bf [UPD] README.rst 2021-07-20 07:41:27 +00:00
OCA-git-bot
1a23ca38ad [UPD] addons table in README.md 2021-07-20 07:41:27 +00:00
oca-travis
3527c3415e [UPD] Update account_statement_import_paypal.pot 2021-07-20 07:37:44 +00:00
OCA-git-bot
611f035fb1 Merge PR #398 into 14.0
Signed-off-by pedrobaeza
2021-07-20 07:32:12 +00:00
Carlos Roca
3f5108ef7c [MIG] account_bank_statement_import_paypal: Migration to v14.0 2021-07-20 09:23:33 +02:00
Carlos Roca
00371854bc [IMP] account_bank_statement_import_paypal: black, isort, prettier 2021-07-13 11:14:06 +02:00
Alexey Pelykh
3f21c763e4 [REBRAND] account_bank_statement_import_paypal 2021-07-13 11:14:06 +02:00
Carlos Roca
4391989865 [MIG] account_bank_statement_import_paypal: Migration to v13.0 2021-07-13 11:14:06 +02:00
Carlos Roca
79215aca9a [IMP] account_bank_statement_import_paypal: black, isort, prettier 2021-07-13 11:08:15 +02:00
Alexey Pelykh
9b1f75c055 [FIX] account_bank_statement_import_paypal: adjust tz mapping 2021-07-13 11:08:15 +02:00
Jordi Ballester Alomar
b847d3827d Fixes account_bank_statement_import_paypal adjusting
wizard after https://github.com/OCA/server-ux/pull/165
has been merged.
2021-07-13 11:08:15 +02:00
Alexey Pelykh
bd3865bd9f [FIX] account_bank_statement_import_paypal: fuzzy es locale 2021-07-13 11:08:15 +02:00
Alexey Pelykh
0c8fb5417e [IMP] account_bank_statement_import_paypal: DE mapping; use account number 2021-07-13 11:08:15 +02:00
Alexey Pelykh
1c590d5536 [IMP] account_bank_statement_import_paypal: better wizard 2021-07-13 11:08:15 +02:00
Alexey Pelykh
adc17cbe92 [FIX] account_bank_statement_import_paypal: lost wizard 2021-07-13 11:08:15 +02:00
Alexey Pelykh
473097b1f3 [IMP] account_bank_statement_import_paypal 2021-07-13 11:08:15 +02:00
ernesto
4ce3a7461d [FIX] account_bank_statement_import_paypal: set right current and partner in tests 2021-07-13 11:08:15 +02:00
Josep M
f7160f9dd4 Translated using Weblate (Spanish)
Currently translated at 95.3% (61 of 64 strings)

Translation: bank-statement-import-12.0/bank-statement-import-12.0-account_bank_statement_import_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-12-0/bank-statement-import-12-0-account_bank_statement_import_paypal/es/
2021-07-13 11:08:15 +02:00
Pedro M. Baeza
ccadc42ad0 [FIX] account_bank_statement_import_paypal: Don't populate partner account
This makes the statement lines to not appear on reconciliation widget.
2021-07-13 11:08:15 +02:00
Vincent Barrier
b3bea09143 [FIX] account_bank_statement_import_paypal: Filter Exception => UnicodeDecodeError + refactoring + exception using multiple files type 2021-07-13 11:08:15 +02:00
Pedro M. Baeza
9f87886f37 [FIX] account_bank_statement_import_paypal: Declare import type
If not, no import option is available
2021-07-13 11:08:15 +02:00
Victor Martin
b72348af64 [MIG] account_bank_statement_import_paypal: Migration to 12.0 2021-07-13 11:08:15 +02:00
Alexandre Fayolle
230bdfd7fd [FIX] float parsing in paypal import
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.
2021-07-13 11:08:15 +02:00
cubells
ee5b26bf6b [IMP] account_bank_statement_import_paypal: create paypal maps 2021-07-13 11:08:15 +02:00
cubells
b9b811db10 [MIG]account_bank_statement_import_paypal: Migration to 11.0 2021-07-13 11:08:15 +02:00
Sébastien BEAU
426e47f701 refactor paypal import in order to use new bank statement from Paypal
Remove deprecated information in readme
solve issue on currency the main currency is not the first line (line are ordered by currency name). So we should take the journal currency or company currency to know the right currency to use. Also add full header to avoid issue if the paypal header change
2021-07-13 11:08:15 +02:00
Mourad Elhadj Mimoune
cd2c250497 adapt code to the new paypal format
error when several line defined in currency != company currency
handel utf-8 file
handel csv with quotechar "
skip BOM character in utf-8
2021-07-13 11:08:15 +02:00
Adrien Peiffer (ACSONE)
c980f1d2ad Consider refund line
Avoid to return paypal_email_account as a bank account
Put file transaction ref in name to work with base_transaction_ref
Remove thousands separator
2021-07-13 11:08:15 +02:00
Alexis de Lattre
ae0726c632 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
2021-07-13 11:08:15 +02:00
OCA-git-bot
363b67562e [UPD] addons table in README.md 2021-06-04 17:41:47 +00:00
OCA-git-bot
1835b7f799 account_statement_import 14.0.1.2.1 2021-06-04 17:41:42 +00:00
OCA-git-bot
df897d4a11 Merge PR #392 into 14.0
Signed-off-by pedrobaeza
2021-06-04 17:37:52 +00:00
Florian da Costa
9778c31350 [FIX] Error string formatting 2021-06-04 18:12:57 +02:00
oca-git-bot
8dbc7b82be [IMP] update dotfiles [ci skip] 2021-05-14 18:38:03 +02:00
Bosd
df5718e194 Translated using Weblate (Dutch)
Currently translated at 94.7% (36 of 38 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import/nl/
2021-04-26 22:47:53 +00:00
Bosd
b943da98d0 Translated using Weblate (Dutch)
Currently translated at 75.0% (9 of 12 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_camt
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_camt/nl/
2021-04-23 18:47:19 +00:00
Bosd
293dd8f6e3 Translated using Weblate (Dutch)
Currently translated at 86.8% (33 of 38 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import/nl/
2021-04-23 18:47:19 +00:00
Bosd
06a17e281f Translated using Weblate (Dutch)
Currently translated at 76.3% (29 of 38 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import/nl/
2021-04-17 18:46:45 +00:00
Yves Le Doeuff
b64d11759a Translated using Weblate (French (France))
Currently translated at 57.1% (4 of 7 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_ofx/fr_FR/
2021-04-10 17:46:32 +00:00
Yves Le Doeuff
e14b2190ee Translated using Weblate (French (France))
Currently translated at 100.0% (38 of 38 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import/fr_FR/
2021-04-10 17:46:32 +00:00
Yves Le Doeuff
ad52bca901 Added translation using Weblate (French (France)) 2021-04-10 15:03:55 +00:00
Yves Le Doeuff
9dbf7e24f6 Translated using Weblate (French)
Currently translated at 57.1% (4 of 7 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_ofx/fr/
2021-04-10 15:02:31 +00:00
Yves Le Doeuff
8abbda2d0b Added translation using Weblate (French (France)) 2021-04-10 15:00:51 +00:00
OCA Transbot
ef96a9c3f0 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import/
2021-04-01 14:32:35 +00:00
OCA-git-bot
a05c239c2c [UPD] addons table in README.md 2021-04-01 14:32:26 +00:00
OCA-git-bot
62466903b2 account_statement_import 14.0.1.2.0 2021-04-01 14:32:21 +00:00
oca-travis
a755277142 [UPD] Update account_statement_import.pot 2021-04-01 14:26:48 +00:00
OCA-git-bot
d7bb4e3727 Merge PR #383 into 14.0
Signed-off-by alexis-via
2021-04-01 14:20:12 +00:00
Alexis de Lattre
d664d65cfe [FIX] account_statement_import: don't raise an error when a multi-statement file has one empty statement
When I created the module account_statement_import in v14, I added
support for multi-statement files. In the current implementation, if one
statement is empty, it raises an error which blocks the import of the
other statements that had transactions. This commit fixes this.
2021-03-26 14:46:16 +01:00