Files
bank-statement-import/account_bank_statement_import_paypal/data
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
..