Jordi Ballester Alomar
a9da89324b
Fixes account_bank_statement_import_paypal adjusting
...
wizard after https://github.com/OCA/server-ux/pull/165
has been merged.
2020-06-10 05:57:09 +02:00
Alexey Pelykh
5703ac3ef7
[IMP] account_bank_statement_import_paypal: better wizard
2020-04-08 14:08:22 +02:00
Alexey Pelykh
8438c34846
[FIX] account_bank_statement_import_paypal: lost wizard
2020-03-29 13:36:20 +02:00
Alexey Pelykh
7011bc5e60
[IMP] account_bank_statement_import_paypal
2020-03-26 08:14:02 +01:00
OCA-git-bot
d011c8ce63
Merge PR #217 into 12.0
...
Signed-off-by StefanRijnhart
2020-03-05 07:38:53 +00:00
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
Vincent Barrier
d6c08d0212
refactoring
2019-07-03 23:12:20 +02:00
Vincent Barrier
6b51539132
Filter Exception => UnicodeDecodeError
2019-07-03 22:04:54 +02:00
Vincent Barrier
184b7abb86
fix exception when using multiple files type
...
fix exception when using multiple files type (ofx for example)
2019-07-03 20:57:01 +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