Commit Graph

7 Commits

Author SHA1 Message Date
Alexey Pelykh
9adec206a4 [REBRAND] account_bank_statement_import_paypal 2020-09-30 06:28:01 +03: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
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
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