Commit Graph

10 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
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
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
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
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