Commit Graph

29 Commits

Author SHA1 Message Date
Pedro M. Baeza
c648e7fb3a [FIX] account_bank_statement_import_paypal: Remove fake external dependency
It's part of the stdlib.
2022-01-08 20:04:59 +01:00
OCA-git-bot
34faf3660d account_bank_statement_import_paypal 13.0.1.0.1 2021-07-15 06:56:58 +00:00
Carlos Roca
509e0deca5 [FIX] account_bank_statement_import_paypal: Parser bug for required fields
The fields required for the paypal parser are set as None and don't throw the
ValueError. With this changes we achieve to filter the data and throw the exception
when the fields are required.

TT29944
2021-07-15 08:21:55 +02:00
OCA-git-bot
6b8bdca7b9 [UPD] README.rst 2020-09-30 06:03:12 +00:00
Alexey Pelykh
9adec206a4 [REBRAND] account_bank_statement_import_paypal 2020-09-30 06:28:01 +03:00
OCA Transbot
47cf14c420 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-13.0/bank-statement-import-13.0-account_bank_statement_import_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-13-0/bank-statement-import-13-0-account_bank_statement_import_paypal/
2020-08-16 11:42:42 +00:00
oca-travis
3882e4a4a7 [UPD] Update account_bank_statement_import_paypal.pot 2020-08-12 16:19:22 +00:00
Carlos Roca
65873b41ce [MIG] account_bank_statement_import_paypal: Migration to v13.0 2020-08-12 18:00:06 +02:00
Carlos Roca
6612a81680 [IMP] account_bank_statement_import_paypal: black, isort, prettier 2020-08-12 17:58:31 +02:00
Alexey Pelykh
706ac62df9 [FIX] account_bank_statement_import_paypal: adjust tz mapping 2020-08-12 17:57:25 +02:00
Jordi Ballester Alomar
d4e4df89c5 Fixes account_bank_statement_import_paypal adjusting
wizard after https://github.com/OCA/server-ux/pull/165
has been merged.
2020-08-12 17:56:16 +02:00
Alexey Pelykh
8b52a42497 [FIX] account_bank_statement_import_paypal: fuzzy es locale 2020-08-12 17:56:16 +02:00
Alexey Pelykh
359ae1e803 [IMP] account_bank_statement_import_paypal: DE mapping; use account number 2020-08-12 17:56:16 +02:00
Alexey Pelykh
33ffd01324 [IMP] account_bank_statement_import_paypal: better wizard 2020-08-12 17:56:16 +02:00
Alexey Pelykh
fbd815076e [FIX] account_bank_statement_import_paypal: lost wizard 2020-08-12 17:56:16 +02:00
Alexey Pelykh
b0e11f3527 [IMP] account_bank_statement_import_paypal 2020-08-12 17:56:16 +02:00
ernesto
57583b151d [FIX] account_bank_statement_import_paypal: set right current and partner in tests 2020-08-12 17:56:16 +02:00
Josep M
2d4e225902 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/
2020-08-12 17:56:16 +02:00
Pedro M. Baeza
d5239e5746 [FIX] account_bank_statement_import_paypal: Don't populate partner account
This makes the statement lines to not appear on reconciliation widget.
2020-08-12 17:56:16 +02:00
Vincent Barrier
2506aa1917 [FIX] account_bank_statement_import_paypal: Filter Exception => UnicodeDecodeError + refactoring + exception using multiple files type 2020-08-12 17:56:02 +02:00
Pedro M. Baeza
5c0db45f93 [FIX] account_bank_statement_import_paypal: Declare import type
If not, no import option is available
2020-08-12 17:55:37 +02:00
Victor Martin
b01c0e7f40 [MIG] account_bank_statement_import_paypal: Migration to 12.0 2020-08-12 17:55:37 +02:00
Alexandre Fayolle
cea45e6716 [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.
2020-08-12 17:55:37 +02:00
cubells
7de8d5875e [IMP] account_bank_statement_import_paypal: create paypal maps 2020-08-12 17:55:37 +02:00
cubells
cb1ef52d30 [MIG]account_bank_statement_import_paypal: Migration to 11.0 2020-08-12 17:55:37 +02:00
Sébastien BEAU
e42ad547e2 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
2020-08-07 09:01:19 +02:00
Mourad Elhadj Mimoune
c7eb916960 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
2020-08-07 09:01:19 +02:00
Adrien Peiffer (ACSONE)
95439c1703 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
2020-08-07 09:01:19 +02:00
Alexis de Lattre
31e675982d 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
2020-08-07 09:01:19 +02:00