Commit Graph

4 Commits

Author SHA1 Message Date
Pedro M. Baeza
e6a22e6da2 [FIX] account_bank_statement_import_paypal: Don't populate partner account
This makes the statement lines to not appear on reconciliation widget.
2019-07-19 17:13:47 +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