Commit Graph

5 Commits

Author SHA1 Message Date
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