Commit Graph

63 Commits

Author SHA1 Message Date
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
fef7459adc [IMP] account_bank_statement_import_paypal: create paypal maps 2019-05-20 12:42:51 +02:00
oca-travis
f380ca70ac [UPD] Update account_bank_statement_import_paypal.pot 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
OCA-git-bot
8609e0c22c [UPD] README.rst 2019-05-20 12:42:51 +02:00
Stéphane Bidoul (ACSONE)
bc584b91de [FIX] title in readme fragment 2019-05-20 12:42:51 +02:00
oca-travis
dd3164bc81 [UPD] Update account_bank_statement_import_paypal.pot 2019-05-20 12:42:51 +02:00
cubells
b21ff6c30c [MIG]account_bank_statement_import_paypal: Migration to 11.0 2019-05-20 12:42:51 +02:00
Sébastien BEAU
1810c385b1 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
2019-05-20 12:42:51 +02:00
Mourad Elhadj Mimoune
ee597f4450 adapt code to the new paypal format
error when several line defined in currency != company currency
handel utf-8 file
handel csv with quotechar "
skip BOM character in utf-8
2019-05-20 12:42:51 +02:00
Adrien Peiffer (ACSONE)
1849ab57d3 Consider refund line
Avoid to return paypal_email_account as a bank account
Put file transaction ref in name to work with base_transaction_ref
Remove thousands separator
2019-05-20 12:42:51 +02:00
Alexis de Lattre
512bb9753a Add module account_bank_statement_import_paypal
Fix spelling mistake
Add methods to inherit for language-specific or country-specific stuff Port to new API
FIX super
Update travis config
2019-05-20 12:42:51 +02:00