Commit Graph

8 Commits

Author SHA1 Message Date
Alexey Pelykh
7011bc5e60 [IMP] account_bank_statement_import_paypal 2020-03-26 08:14:02 +01:00
Pedro M. Baeza
52822dd395 [FIX] flake8 2019-07-01 19:08:47 +02:00
Pedro M. Baeza
d68748d11b [FIX] account_bank_statement_import_paypal: Declare import type
If not, no import option is available
2019-07-01 18:59:05 +02:00
Victor Martin
4f3cc1a8f2 [MIG] account_bank_statement_import_paypal: Migration to 12.0 2019-05-22 18:25:41 +02:00
Alexandre Fayolle
f951bb81c5 [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.
2019-05-20 12:42:51 +02:00
cubells
6614330ee5 [IMP] account_bank_statement_import_paypal: create paypal maps 2019-05-20 12:42:51 +02:00
cubells
b21ff6c30c [MIG]account_bank_statement_import_paypal: Migration to 11.0 2019-05-20 12:42:51 +02:00
Sébastien BEAU
1810c385b1 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
2019-05-20 12:42:51 +02:00