Commit Graph

12 Commits

Author SHA1 Message Date
Josep M
f7160f9dd4 Translated using Weblate (Spanish)
Currently translated at 95.3% (61 of 64 strings)

Translation: bank-statement-import-12.0/bank-statement-import-12.0-account_bank_statement_import_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-12-0/bank-statement-import-12-0-account_bank_statement_import_paypal/es/
2021-07-13 11:08:15 +02:00
Pedro M. Baeza
ccadc42ad0 [FIX] account_bank_statement_import_paypal: Don't populate partner account
This makes the statement lines to not appear on reconciliation widget.
2021-07-13 11:08:15 +02:00
Vincent Barrier
b3bea09143 [FIX] account_bank_statement_import_paypal: Filter Exception => UnicodeDecodeError + refactoring + exception using multiple files type 2021-07-13 11:08:15 +02:00
Pedro M. Baeza
9f87886f37 [FIX] account_bank_statement_import_paypal: Declare import type
If not, no import option is available
2021-07-13 11:08:15 +02:00
Victor Martin
b72348af64 [MIG] account_bank_statement_import_paypal: Migration to 12.0 2021-07-13 11:08:15 +02:00
Alexandre Fayolle
230bdfd7fd [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.
2021-07-13 11:08:15 +02:00
cubells
ee5b26bf6b [IMP] account_bank_statement_import_paypal: create paypal maps 2021-07-13 11:08:15 +02:00
cubells
b9b811db10 [MIG]account_bank_statement_import_paypal: Migration to 11.0 2021-07-13 11:08:15 +02:00
Sébastien BEAU
426e47f701 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
2021-07-13 11:08:15 +02:00
Mourad Elhadj Mimoune
cd2c250497 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
2021-07-13 11:08:15 +02:00
Adrien Peiffer (ACSONE)
c980f1d2ad 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
2021-07-13 11:08:15 +02:00
Alexis de Lattre
ae0726c632 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
2021-07-13 11:08:15 +02:00