Commit Graph

5 Commits

Author SHA1 Message Date
Pedro M. Baeza
8c9a10d839 [FIX] account_bank_statement_import: Fix tests 2019-07-19 17:29:50 +02:00
Alexandre Fayolle
b3380f06db [11.0] [FIX] float parsing in paypal import (#211)
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-14 10:09:30 +02:00
Pedro M. Baeza
0ed83f20ce [FIX] account_bank_statement_import_paypal: Don't set currency if it's the same 2019-05-06 21:12:50 +02:00
Pedro M. Baeza
3f3fe3845a [FIX] account_bank_statement_import_paypal: Ensure journal currency 2019-05-06 20:46:33 +02:00
cubells
64d0d19ca7 [IMP] account_bank_statement_import_paypal: create paypal maps 2019-04-12 16:36:40 +02:00