Commit Graph

15 Commits

Author SHA1 Message Date
Ronald Portier
2552e1e979 [FIX] absi- _paypal Module did not properly check input.
If passed any csv file, paypal module would try to use it, even if clearly not
a paypal file.
2023-09-25 09:56:20 +02:00
Miquel Raïch
c9fb20db23 [FIX] account_bank_statement_import_paypal: parse only if mapping if specified 2023-04-13 10:22:28 +02:00
Carlos Roca
509e0deca5 [FIX] account_bank_statement_import_paypal: Parser bug for required fields
The fields required for the paypal parser are set as None and don't throw the
ValueError. With this changes we achieve to filter the data and throw the exception
when the fields are required.

TT29944
2021-07-15 08:21:55 +02:00
Alexey Pelykh
9adec206a4 [REBRAND] account_bank_statement_import_paypal 2020-09-30 06:28:01 +03:00
Carlos Roca
65873b41ce [MIG] account_bank_statement_import_paypal: Migration to v13.0 2020-08-12 18:00:06 +02:00
Carlos Roca
6612a81680 [IMP] account_bank_statement_import_paypal: black, isort, prettier 2020-08-12 17:58:31 +02:00
Alexey Pelykh
706ac62df9 [FIX] account_bank_statement_import_paypal: adjust tz mapping 2020-08-12 17:57:25 +02:00
Alexey Pelykh
359ae1e803 [IMP] account_bank_statement_import_paypal: DE mapping; use account number 2020-08-12 17:56:16 +02:00
Alexey Pelykh
b0e11f3527 [IMP] account_bank_statement_import_paypal 2020-08-12 17:56:16 +02:00
Pedro M. Baeza
5c0db45f93 [FIX] account_bank_statement_import_paypal: Declare import type
If not, no import option is available
2020-08-12 17:55:37 +02:00
Victor Martin
b01c0e7f40 [MIG] account_bank_statement_import_paypal: Migration to 12.0 2020-08-12 17:55:37 +02:00
Alexandre Fayolle
cea45e6716 [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.
2020-08-12 17:55:37 +02:00
cubells
7de8d5875e [IMP] account_bank_statement_import_paypal: create paypal maps 2020-08-12 17:55:37 +02:00
cubells
cb1ef52d30 [MIG]account_bank_statement_import_paypal: Migration to 11.0 2020-08-12 17:55:37 +02:00
Sébastien BEAU
e42ad547e2 refactor paypal import in order to use new bank statement from Paypal
Remove deprecated information in readme
solve issue on currency the main currency is not the first line (line are ordered by currency name). So we should take the journal currency or company currency to know the right currency to use. Also add full header to avoid issue if the paypal header change
2020-08-07 09:01:19 +02:00