OCA-git-bot
b3508403e1
Merge PR #239 into 12.0
Signed-off-by sbidoul
5 years ago
Bole
1541e4a3c9
Translated using Weblate (Croatian)
Currently translated at 28.1% (9 of 32 strings)
Translation: bank-statement-import-12.0/bank-statement-import-12.0-account_bank_statement_import_move_line
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-12-0/bank-statement-import-12-0-account_bank_statement_import_move_line/hr/
5 years ago
Bole
1ba62b3890
Translated using Weblate (Croatian)
Currently translated at 100.0% (10 of 10 strings)
Translation: bank-statement-import-12.0/bank-statement-import-12.0-account_bank_statement_import_camt_oca
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-12-0/bank-statement-import-12-0-account_bank_statement_import_camt_oca/hr/
5 years ago
Alexey Pelykh
38f656cf37
[ADD] account_bank_statement_import_split: split statements during import
5 years ago
OCA-git-bot
e856588167
[ADD] setup.py
5 years ago
oca-travis
c66488d573
[UPD] Update account_bank_statement_import_move_line.pot
5 years ago
OCA-git-bot
886b3c3161
Merge PR #221 into 12.0
Signed-off-by pedrobaeza
5 years ago
Pedro M. Baeza
78cc8bcce4
[MIG] account_bank_statement_import_move_line: Fix tests + URL
5 years ago
Victor M.M. Torres
dc40c9cb1b
[MIG] account_bank_statement_import_move_line: Migration to v12
5 years ago
Sergej Lozikov
a22ec2a2b6
[MIG] account_bank_statement_import_move_line: Migration to 11.0
6 years ago
OCA Transbot
e0a2ab996d
OCA Transbot updated translations from Transifex
7 years ago
Luis M. Ontalba
e5ace2a8c6
[10.0][NEW] account_bank_statement_import_move_line
7 years ago
Pedro M. Baeza
6f33446b5b
Merge pull request #225 from Tecnativa/12.0-fix-right_currency_and_partner_in_tests
[12.0][FIX] account_bank_statement_import_paypal: set right current and partner in tests
5 years ago
ernesto
855c8ea8df
[FIX] account_bank_statement_import_paypal: set right current and partner in tests
5 years ago
Iryna Vyshnevska
e63681cef7
[12.0][IMP] use addres when no partner
when no partner_name send in bank statement address can be used
for partner identification
5 years ago
Rodrigo Macedo
7d2ec5671f
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3 of 3 strings)
Translation: bank-statement-import-12.0/bank-statement-import-12.0-account_bank_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-12-0/bank-statement-import-12-0-account_bank_statement_import_ofx/pt_BR/
5 years ago
OCA-git-bot
ff87645df5
[UPD] README.rst
5 years ago
Josep M
2049e9c1d4
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/
5 years ago
OCA Transbot
79bbbf3240
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: bank-statement-import-12.0/bank-statement-import-12.0-account_bank_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-12-0/bank-statement-import-12-0-account_bank_statement_import_ofx/
5 years ago
Pedro M. Baeza
c2ce05ac9d
[FIX] account_bank_statement_import: Fix tests
5 years ago
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.
5 years ago
Vincent Barrier
d6c08d0212
refactoring
5 years ago
Vincent Barrier
6b51539132
Filter Exception => UnicodeDecodeError
5 years ago
Vincent Barrier
184b7abb86
fix exception when using multiple files type
fix exception when using multiple files type (ofx for example)
5 years ago
oca-travis
aba79ab552
[UPD] Update account_bank_statement_import_ofx.pot
5 years ago
OCA-git-bot
5505be0921
[ADD] setup.py
5 years ago
Alexis de Lattre
d8e028d181
Merge pull request #200 from lefilament/12.0-mig-account_bank_statement_import_ofx
[12.0] [MIG] account bank statement import ofx
5 years ago
Pedro M. Baeza
52822dd395
[FIX] flake8
5 years ago
Pedro M. Baeza
d68748d11b
[FIX] account_bank_statement_import_paypal: Declare import type
If not, no import option is available
5 years ago
OCA Transbot
042910841c
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
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/
5 years ago
remi-filament
fb19ad3dc0
[MIG] account_bank_statement_import_ofx : Migration to V12
6 years ago
oca-travis
6ba4ed50d3
[UPD] Update account_bank_statement_import_paypal.pot
6 years ago
OCA-git-bot
ac358d3594
[ADD] setup.py
6 years ago
Pedro M. Baeza
53e0678625
Merge pull request #207 from Tecnativa/12.0-mig-account_bank_statement_import_paypal
[MIG] account_bank_statement_import_paypal: Migration to 12.0
6 years ago
Victor Martin
4f3cc1a8f2
[MIG] account_bank_statement_import_paypal: Migration to 12.0
6 years ago
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.
6 years ago
cubells
fef7459adc
[IMP] account_bank_statement_import_paypal: create paypal maps
6 years ago
oca-travis
f380ca70ac
[UPD] Update account_bank_statement_import_paypal.pot
6 years ago
cubells
6614330ee5
[IMP] account_bank_statement_import_paypal: create paypal maps
6 years ago
OCA-git-bot
8609e0c22c
[UPD] README.rst
6 years ago
Stéphane Bidoul (ACSONE)
bc584b91de
[FIX] title in readme fragment
6 years ago
oca-travis
dd3164bc81
[UPD] Update account_bank_statement_import_paypal.pot
6 years ago
cubells
b21ff6c30c
[MIG]account_bank_statement_import_paypal: Migration to 11.0
6 years ago
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
7 years ago
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
8 years ago
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
9 years ago
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
10 years ago
oca-travis
723e810742
[UPD] Update account_bank_statement_import_camt_oca.pot
6 years ago
OCA-git-bot
0c5c116b26
[ADD] setup.py
6 years ago
OCA-git-bot
5e6bfab995
[ADD] icon.png
6 years ago