460 Commits

Author SHA1 Message Date
OCA-git-bot
42180c6afd [BOT] post-merge updates 2024-05-18 18:32:05 +00:00
OCA-git-bot
e43a75913e Merge PR #651 into 13.0
Signed-off-by dreispt
2024-05-18 18:28:48 +00:00
OCA-git-bot
51862e32c5 [BOT] post-merge updates 2023-12-26 14:34:04 +00:00
oca-ci
c313eb85b2 [UPD] Update account_bank_statement_import_online_paypal.pot 2023-12-26 14:31:25 +00:00
OCA-git-bot
753d09365b Merge PR #646 into 13.0
Signed-off-by pedrobaeza
2023-12-26 14:29:08 +00:00
Ronald Portier
0d246993d8 [IMP] *_online_paypal: use hash for unique_import_id 2023-12-22 13:08:43 +01:00
ntsirintanis
d761224d8c [IMP] account_bank_statement_import_online_paypal: event_code update 2023-12-15 10:15:27 +01:00
OCA-git-bot
3ab841b2ee [BOT] post-merge updates 2023-12-14 18:47:55 +00:00
oca-ci
ce33ee31e6 [UPD] Update account_bank_statement_import_online_paypal.pot 2023-12-14 18:45:19 +00:00
OCA-git-bot
7e7f35c7e8 Merge PR #642 into 13.0
Signed-off-by pedrobaeza
2023-12-14 18:42:59 +00:00
ntsirintanis
12f7365db2 [UPD] account_bank_statement_import_online_paypal: new paypal event_code, T0403 2023-12-14 16:13:00 +01:00
Weblate
f37fba0c31 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-13.0/bank-statement-import-13.0-account_bank_statement_import_qif
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-13-0/bank-statement-import-13-0-account_bank_statement_import_qif/
2023-10-09 21:10:10 +00:00
Weblate
35e0e51298 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-13.0/bank-statement-import-13.0-account_bank_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-13-0/bank-statement-import-13-0-account_bank_statement_import_ofx/
2023-10-09 20:01:20 +00:00
Weblate
140fb582b5 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-13.0/bank-statement-import-13.0-account_bank_statement_import_online_transferwise
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-13-0/bank-statement-import-13-0-account_bank_statement_import_online_transferwise/
2023-10-09 19:54:34 +00:00
Weblate
9f97fd7dbc Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-13.0/bank-statement-import-13.0-account_bank_statement_import_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-13-0/bank-statement-import-13-0-account_bank_statement_import_paypal/
2023-10-09 02:55:25 +00:00
OCA-git-bot
f8c9430594 [BOT] post-merge updates 2023-09-25 08:28:39 +00:00
oca-ci
3353344ab2 [UPD] Update account_bank_statement_import_paypal.pot 2023-09-25 08:25:31 +00:00
oca-ci
103f3c5511 [UPD] Update account_bank_statement_import_online_adyen.pot 2023-09-25 08:25:29 +00:00
oca-ci
13b0b27f19 [UPD] Update account_bank_statement_import_adyen.pot 2023-09-25 08:25:27 +00:00
oca-ci
74b7835419 [UPD] Update account_bank_statement_clearing_account.pot 2023-09-25 08:25:26 +00:00
OCA-git-bot
204a0e4521 Merge PR #384 into 13.0
Signed-off-by StefanRijnhart
2023-09-25 08:22:19 +00:00
Ronald Portier
7a4da01ea0 [RFR] *_import_adyen: refactor
Move parsing code to separate class;
Break up large and unwieldy parsing method in separate methods.
2023-09-25 09:59:41 +02:00
Ronald Portier
a3f5847791 [IMP] *_adyen: Check merchant account as early as possible 2023-09-25 09:56:22 +02:00
Ronald Portier
2d85ab34aa [IMP] *_import_adyen: more information retained
Put more information in the generated statement line. Also put the for users
more recognizable merchant ref in the name (Label) field, and put the psp reference in
ref.

With a small refactoring the information retrieved can also more easily be customized.
2023-09-25 09:56:22 +02:00
Ronald Portier
71ac840185 [FIX] *_paypal: remove external dependency csv
csv is part of the standard library. Defining this as an external dependency
crashes runboat
2023-09-25 09:56:21 +02:00
Ronald Portier
c96f2e90d9 [FIX] *adyen*: Test file currency should be same as on journal 2023-09-25 09:56:21 +02:00
Ronald Portier
88b8b572a8 [IMP] *_online_adyen: Directly parse retrieved adyen file
Prevent other statement import modules from processing the file. Without this for instance the
Enterprise account_bank_statement_import_csv module will process a retrieved cv file. In addition this
is more efficient as it saves a decoding step.
2023-09-25 09:56:21 +02:00
Ronald Portier
0f54cfbbe9 [IMP] *_import_adyen: Support statements without payout 2023-09-25 09:56:21 +02:00
Ronald Portier
2edfc66a9b [IMP] *import_adyen: log rows read and transaction count 2023-09-25 09:56:21 +02:00
Ronald Portier
cab6718eec [FIX] *adyen*: support xlsx as well as csv 2023-09-25 09:56:21 +02:00
Ronald Portier
318c67112b [IMP] *_online_adyen base64 encode retrieved file 2023-09-25 09:56:21 +02:00
Ronald Portier
f780815b8e [IMP] *_online_adyen: more debugging on retrieved statement 2023-09-25 09:56:21 +02:00
Ronald Portier
20d37acfa6 [FIX] *_online_adyen: make sure downloaded file contains valid base64 encode bytes 2023-09-25 09:56:21 +02:00
Ronald Portier
d179f15f4b [FIX] *_online_adyen: correct icon 2023-09-25 09:56:21 +02:00
Ronald Portier
dee4db1c6c [IMP] absi- _adyen. Fully support csv files and reordered columns 2023-09-25 09:56:20 +02:00
Ronald Portier
3afe152c02 [FIX] absi- _transfer_move. Correct test and duplicate class name 2023-09-25 09:56:20 +02:00
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
Ronald Portier
f637f44eba [ADD] account_bank_statement_import_online_adyen 2023-09-25 09:56:20 +02:00
Ronald Portier
302e0d8955 [MIG] account_bank_statement_import_adyen Migrate to 13.0 2023-09-25 09:56:20 +02:00
Ronald Portier
9e2a82cca0 [MIG] account_bank_statement_clearing_account Migrate to 13.0 2023-09-25 09:56:20 +02:00
Ronald Portier
fc8b6db62d [IMP] : black, isort, prettier 2023-09-25 09:56:19 +02:00
Martin Pishpecki
10d9639646 [MIG] 12.0 account_bank_statement_import_adyen, account_bank_statement_clearing_account 2023-09-25 09:56:19 +02:00
Stefan Rijnhart
80d28d4d57 [ADD] Adyen statement import 2023-09-25 09:56:19 +02:00
Martin Pishpecki
9c7f36ad5d [MIG] 12.0 account_bank_statement_import_adyen, account_bank_statement_clearing_account 2023-09-25 09:56:19 +02:00
Stefan Rijnhart
ce6a6d6852 [ADD] Adyen statement import 2023-09-25 09:56:19 +02:00
OCA-git-bot
f625bd6293 [UPD] README.rst 2023-09-03 11:51:11 +00:00
OCA-git-bot
1fa15009a5 [UPD] addons table in README.md 2023-04-13 08:43:44 +00:00
OCA-git-bot
2f3eb18bb5 account_bank_statement_import_paypal 13.0.1.0.2 2023-04-13 08:43:29 +00:00
OCA-git-bot
992cc16174 Merge PR #583 into 13.0
Signed-off-by pedrobaeza
2023-04-13 08:40:32 +00: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