Commit Graph

15 Commits

Author SHA1 Message Date
Miquel Raïch
8a571572a0 [FIX] account_statement_import_paypal: parse only if mapping if specified 2023-04-13 10:52:34 +02: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
Alexey Pelykh
0c8fb5417e [IMP] account_bank_statement_import_paypal: DE mapping; use account number 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
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