OCA-git-bot
5a504119aa
Merge PR #683 into 15.0
...
Signed-off-by pedrobaeza
2024-04-22 17:01:51 +00:00
Pedro M. Baeza
e02de912dc
[IMP] account_statement_import_online_gocardless: Button conditional visibility
2024-04-22 14:17:00 +02:00
Pedro M. Baeza
5e2ec2d91f
[IMP] account_statement_import_online_gocardless: Wizard for choosing if reusing or not credentials
...
Some banks only allow one credentials, while others work better with
separate ones, so it's a matter of trying. This commit introduces
a wizard for choosing one method or the other.
TT48828
2024-04-22 12:19:23 +02:00
OCA-git-bot
7ade5317c7
[ADD] setup.py
2024-04-05 16:38:48 +00:00
OCA-git-bot
0b2f9e9b85
[UPD] addons table in README.md
2024-04-05 16:38:47 +00:00
Pedro M. Baeza
83c64b3622
[MOV] account_statement_import_move_line: Copied from account_bank_statement_import_move_line
...
It was renamed already in v14, so it must be this new name here, but it
was incorrectly migrated and merged. For keeping compatibility, a copy
is done instead.
2024-04-05 18:37:36 +02:00
Ivorra78
075510d16b
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (159 of 159 strings)
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_online_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_online_paypal/es/
2024-03-18 00:58:25 +00:00
mymage
3c922e692b
Translated using Weblate (Italian)
...
Currently translated at 73.7% (73 of 99 strings)
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_txt_xlsx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_txt_xlsx/it/
2024-03-01 10:36:46 +00:00
Ivorra78
4c66127b9d
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_online_gocardless
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_online_gocardless/es/
2024-02-28 21:35:30 +00:00
Ivorra78
0467d7b756
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (95 of 95 strings)
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_online/es/
2024-02-28 21:35:30 +00:00
Ivorra78
e587e50588
Added translation using Weblate (Spanish)
2024-02-28 19:09:53 +00:00
OCA-git-bot
9c1a55a217
[BOT] post-merge updates
2024-02-27 10:31:30 +00:00
OCA-git-bot
2492e51755
Merge PR #670 into 15.0
...
Signed-off-by pedrobaeza
2024-02-27 10:28:54 +00:00
Pedro M. Baeza
72fb844609
[IMP] account_statement_import_online_gocardless: Reuse requisition from other provider
...
Check if there's another provider already linked for the same bank
institution, and if so, reuse it for this bank account, as some banks
don't allow several requisitions from the same source (GoCardless).
TT47944
2024-02-27 10:02:53 +01:00
Pedro M. Baeza
b36bab4b3e
[FIX] account_statement_import_online_gocardless: Image links incorrect
2024-02-08 12:16:06 +01:00
mymage
6d151a38b5
Translated using Weblate (Italian)
...
Currently translated at 77.7% (7 of 9 strings)
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_camt
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_camt/it/
2024-02-07 10:38:23 +00:00
OCA-git-bot
fd594413a4
[BOT] post-merge updates
2024-02-03 09:15:51 +00:00
OCA-git-bot
3d11cd96be
Merge PR #665 into 15.0
...
Signed-off-by pedrobaeza
2024-02-03 09:13:14 +00:00
Pedro M. Baeza
657f5c3ef0
[FIX] account_statement_import_online_gocardless: Payment reference extraction
...
Since one week ago, banks like Sabadell is sending the information in
the JSON list `remittanceInformationUnstructuredArray` instead of
`remittanceInformationUnstructured`.
Thus, we need to parse both for finding the proper element. For the rest
that are using the previous one, there's no change.
TT47491
2024-02-02 20:58:47 +01:00
Weblate
d830bdfdd3
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_online/
2024-02-02 18:03:23 +00:00
OCA-git-bot
6aa3d99061
[BOT] post-merge updates
2024-02-02 18:03:04 +00:00
oca-ci
5713082962
[UPD] Update account_statement_import_online.pot
2024-02-02 18:00:12 +00:00
OCA-git-bot
19ef04b62e
Merge PR #660 into 15.0
...
Signed-off-by pedrobaeza
2024-02-02 17:57:38 +00:00
Stefan Rijnhart
6652a2a3a9
[IMP] account_statement_import_online: clarify button labels
2024-02-02 18:57:13 +01:00
Pedro M. Baeza
4e8ed79599
[IMP] account_statement_import_online: Add debug wizard
...
It's useful to debug RAW data received from your online sources. With
this improvement, you can do it easily from the manual pull wizard. It's
only available for users in debug mode (or with technical features).
TT47238
2024-01-17 20:52:53 +01:00
OCA-git-bot
55933468d3
[BOT] post-merge updates
2024-01-15 12:22:21 +00:00
OCA-git-bot
416a1196f2
Merge PR #659 into 15.0
...
Signed-off-by pedrobaeza
2024-01-15 12:18:08 +00:00
Pedro M. Baeza
d2fa86845c
[FIX] account_statement_import_online_gocardless: Remove missing JS
...
Not sure why it didn't raise before.
2024-01-15 13:10:45 +01:00
Weblate
b50a372147
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_online_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_online_paypal/
2023-12-26 14:33:53 +00:00
OCA-git-bot
ada56b9bf6
[BOT] post-merge updates
2023-12-26 14:33:43 +00:00
oca-ci
7c09753dbc
[UPD] Update account_statement_import_online_paypal.pot
2023-12-26 14:31:03 +00:00
OCA-git-bot
bc8f877152
Merge PR #644 into 15.0
...
Signed-off-by pedrobaeza
2023-12-26 14:28:34 +00:00
OCA-git-bot
b6df226872
[BOT] post-merge updates
2023-12-26 11:09:07 +00:00
OCA-git-bot
174085e0dd
Merge PR #652 into 15.0
...
Signed-off-by pedrobaeza
2023-12-26 11:06:23 +00:00
Pedro M. Baeza
0d16f0d87a
[FIX] account_statement_import_online_gocardless: Fallback to journal company
...
If the bank account is shared across multiple companies (no assigned company_id),
we can't launch the "Select Bank Account Identifier" wizard, so we fallback
to the journal company for getting the country.
TT43849
2023-12-26 11:41:17 +01:00
mymage
74d7080a6a
Translated using Weblate (Italian)
...
Currently translated at 73.6% (28 of 38 strings)
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import/it/
2023-12-24 19:39:10 +00:00
OCA-git-bot
dc1af42a5f
[BOT] post-merge updates
2023-12-20 08:10:52 +00:00
OCA-git-bot
12371ec9b6
Merge PR #650 into 15.0
...
Signed-off-by pedrobaeza
2023-12-20 08:08:09 +00:00
Pedro M. Baeza
8bb3fb5019
[FIX] account_statement_import_online_gocardless: Unique ID fallback
...
Not all banks provide an entry reference or transaction ID, so we need
to fallback to the Gocardless internal ID for getting the unique ID
in such cases.
TT46640
2023-12-19 20:14:16 +01:00
ntsirintanis
d439e43f03
[IMP] account_statement_import_online_paypal: event_code update
2023-12-15 14:26:17 +01:00
OCA-git-bot
1b81b9d2f2
[BOT] post-merge updates
2023-11-29 09:15:12 +00:00
oca-ci
f1fae5dc91
[UPD] Update account_statement_import_online_gocardless.pot
2023-11-29 09:12:23 +00:00
OCA-git-bot
5cfb5742da
Merge PR #635 into 15.0
...
Signed-off-by pedrobaeza
2023-11-29 09:09:59 +00:00
OCA-git-bot
e0f9e724ef
[BOT] post-merge updates
2023-11-14 14:52:13 +00:00
OCA-git-bot
a67c448294
Merge PR #637 into 15.0
...
Signed-off-by pedrobaeza
2023-11-14 14:49:08 +00:00
Pedro M. Baeza
4e0073ced0
[FIX] account_statement_import_online: Change pull button visibility
...
You may have an old value on online_bank_statement_provider, but
switched to another source, and thus, the button is still visible,
which is not correct.
Let's use the source selection as the invisible modifier.
2023-11-14 13:58:01 +01:00
Pedro M. Baeza
ae07372611
[ADD] account_statement_import_online_gocardless
...
This module provides online bank statements from GoCardless Bank Account
Data, which provides a free API for connecting and getting transactions
for bank accounts.
TT45760
Co-Authored-By: Christopher Ormaza <chris.ormaza@forgeflow.com >
Co-Authored-By: Jordi Ballester <jordi.ballester@forgeflow.com >
2023-11-04 10:30:10 +01:00
Pedro M. Baeza
cad068b961
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (89 of 89 strings)
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_online/es/
2023-11-03 17:00:47 +00:00
Ivorra78
c8216483d4
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (7 of 7 strings)
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_base
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_base/es/
2023-10-29 09:23:00 +00:00
Ivorra78
4446652921
Translated using Weblate (Spanish)
...
Currently translated at 14.2% (1 of 7 strings)
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_base
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_base/es/
2023-10-29 08:54:08 +00:00