Commit Graph

21 Commits

Author SHA1 Message Date
OCA-git-bot
921b471c73 [UPD] README.rst 2019-07-29 02:41:17 +00:00
OCA Transbot
db40b51cbd Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-11.0/bank-statement-import-11.0-account_bank_statement_import_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-11-0/bank-statement-import-11-0-account_bank_statement_import_paypal/
2019-07-20 11:59:35 +00:00
oca-travis
c2a871de14 [UPD] Update account_bank_statement_import_paypal.pot 2019-07-19 15:44:23 +00:00
Pedro M. Baeza
8c9a10d839 [FIX] account_bank_statement_import: Fix tests 2019-07-19 17:29:50 +02:00
Pedro M. Baeza
9a7b365807 [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:11:56 +02:00
OCA Transbot
9d7538d132 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-11.0/bank-statement-import-11.0-account_bank_statement_import_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-11-0/bank-statement-import-11-0-account_bank_statement_import_paypal/
2019-05-20 20:32:38 +00:00
oca-travis
bc5ad946ac [UPD] Update account_bank_statement_import_paypal.pot 2019-05-14 08:21:32 +00:00
Alexandre Fayolle
b3380f06db [11.0] [FIX] float parsing in paypal import (#211)
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-14 10:09:30 +02:00
Pedro M. Baeza
0ed83f20ce [FIX] account_bank_statement_import_paypal: Don't set currency if it's the same 2019-05-06 21:12:50 +02:00
Pedro M. Baeza
3f3fe3845a [FIX] account_bank_statement_import_paypal: Ensure journal currency 2019-05-06 20:46:33 +02:00
oca-travis
d77a2d956e [UPD] Update account_bank_statement_import_paypal.pot 2019-04-12 15:23:09 +00:00
cubells
64d0d19ca7 [IMP] account_bank_statement_import_paypal: create paypal maps 2019-04-12 16:36:40 +02:00
OCA-git-bot
a25f634439 [UPD] README.rst 2018-12-02 02:33:25 +00:00
OCA-git-bot
bc88a10ece [UPD] README.rst 2018-11-24 15:24:22 +00:00
Stéphane Bidoul (ACSONE)
3267d02c55 [FIX] title in readme fragment 2018-11-24 16:23:50 +01:00
oca-travis
74ed055b39 [UPD] Update account_bank_statement_import_paypal.pot 2018-11-21 01:16:44 +00:00
cubells
234114ad56 [MIG]account_bank_statement_import_paypal: Migration to 11.0 2018-07-04 16:29:20 +02:00
Sébastien BEAU
d734aab52a 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
2018-07-04 11:20:40 +02:00
Mourad Elhadj Mimoune
deb386cb12 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
2018-07-04 11:19:55 +02:00
Adrien Peiffer (ACSONE)
804cf9218c 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
2018-07-04 11:19:07 +02:00
Alexis de Lattre
b30e3334d8 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
2018-07-04 11:18:21 +02:00