Jordi Ballester Alomar
55e50060b0
Fixes account_bank_statement_import_paypal adjusting
...
wizard after https://github.com/OCA/server-ux/pull/165
has been merged.
2023-01-16 18:20:14 +01:00
Alexey Pelykh
3b4db7df53
[IMP] account_bank_statement_import_paypal: better wizard
2023-01-16 18:20:14 +01:00
Alexey Pelykh
fc0b6f756c
[FIX] account_bank_statement_import_paypal: lost wizard
2023-01-16 18:20:14 +01:00
Alexey Pelykh
80bd009200
[IMP] account_bank_statement_import_paypal
2023-01-16 18:20:14 +01:00
Pedro M. Baeza
b40c6218e8
[FIX] account_bank_statement_import_paypal: Don't populate partner account
...
This makes the statement lines to not appear on reconciliation widget.
2023-01-16 18:20:14 +01:00
Vincent Barrier
5dde51681a
[FIX] account_bank_statement_import_paypal: Filter Exception => UnicodeDecodeError + refactoring + exception using multiple files type
2023-01-16 18:20:14 +01:00
Victor Martin
c0c7bb4b7f
[MIG] account_bank_statement_import_paypal: Migration to 12.0
2023-01-16 18:20:14 +01:00
Alexandre Fayolle
5c6da31a12
[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.
2023-01-16 18:20:14 +01:00
cubells
026eb321f0
[IMP] account_bank_statement_import_paypal: create paypal maps
2023-01-16 18:20:14 +01:00