OCA-git-bot
ae4e85ac81
[BOT] post-merge updates
2025-01-19 21:37:20 +00:00
oca-ci
810550991e
[UPD] Update account_statement_import_online_gocardless.pot
2025-01-19 21:34:17 +00:00
OCA-git-bot
278ff3a34b
Merge PR #751 into 17.0
...
Signed-off-by pedrobaeza
2025-01-19 21:31:27 +00:00
Enric Tobella
87e4c84c7a
[IMP] account_statement_import_online_gocardless: Allow to select other countries
2025-01-19 22:08:01 +01:00
Enric Tobella
6a1f517a34
[MIG] account_statement_import_online_gocardless: Migration to 17.0
2025-01-19 22:08:01 +01:00
Enric Tobella
c19c5f9cb1
[IMP] account_statement_import_online_gocardless: black, isort, prettier
2025-01-19 22:08:01 +01:00
OCA-git-bot
73d4689362
[BOT] post-merge updates
2025-01-19 22:08:01 +01:00
ArPol
28d49b0c7c
[ FIX #745 ] account_statement_import_online_gocardless : fix typing error in wizard new_link method
2025-01-19 22:08:01 +01:00
mymage
15a36d4d79
Translated using Weblate (Italian)
...
Currently translated at 100.0% (38 of 38 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_gocardless
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_gocardless/it/
2025-01-19 22:08:01 +01:00
mymage
797138abb5
Translated using Weblate (Italian)
...
Currently translated at 100.0% (38 of 38 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_gocardless
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_gocardless/it/
2025-01-19 22:08:01 +01:00
OCA-git-bot
0dac46b987
[BOT] post-merge updates
2025-01-19 22:08:01 +01:00
Pedro M. Baeza
01a032a858
[FIX] account_statement_import_online_gocardless: Slash at the end
...
Some of the API endpoints need it, like token renew. You get if not
405 HTTP code.
It includes also a typo fix in a method name.
2025-01-19 22:08:01 +01:00
OCA-git-bot
37bfe4f578
[UPD] README.rst
2025-01-19 22:08:01 +01:00
Pedro M. Baeza
6788ae9774
[FIX] account_statement_import_online_gocardless: Missing param for basic auth
...
If not, there's a loop.
2025-01-19 22:08:01 +01:00
OCA-git-bot
5cf9ec2e00
[BOT] post-merge updates
2025-01-19 22:08:01 +01:00
Pedro M. Baeza
c2e59c41e3
[FIX] account_statement_import_online_gocardless: Bugs after the refactoring
...
After the refactoring in #686 , this doesn't work anymore:
- The API URL didn't end in "/", so the join_url doesn't do correctly
the join.
- There's an infinite loop when getting the headers for getting the
token.
2025-01-19 22:08:01 +01:00
OCA-git-bot
3e9dde66c0
[BOT] post-merge updates
2025-01-19 22:08:01 +01:00
Luis J. Salvatierra
2f4c2f6451
[FIX] account_statement_import_online_gocardless: IBAN comparison
...
It is possible that, when making the request to the requisitions endpoint,
the IBAN bank account comes with a lower alphanumeric string.
When comparing with the sanitized bank account (stored with upper) fails.
self.journal_id.bank_account_id.sanitized_acc_number == account_data["iban"]
to
self.journal_id.bank_account_id.sanitized_acc_number == account_data["iban"].upper()
Refactor method _gocardless_finish_requisition to be able to mock the requests made inside and create a unit test.
Refactor requests methods.
2025-01-19 22:08:01 +01:00
mymage
db77e9a304
Added translation using Weblate (Italian)
2025-01-19 22:08:01 +01:00
OCA-git-bot
922986d4ea
[BOT] post-merge updates
2025-01-19 22:08:01 +01:00
oca-ci
794d893316
[UPD] Update account_statement_import_online_gocardless.pot
2025-01-19 22:08:01 +01:00
Pedro M. Baeza
903c321dbb
[IMP] account_statement_import_online_gocardless: Button conditional visibility
2025-01-19 22:08:01 +01:00
Pedro M. Baeza
91e78cdb52
[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
2025-01-19 22:08:01 +01:00
MayteGLC
c6c6ecafc0
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_gocardless
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_gocardless/es/
2025-01-19 22:08:01 +01:00
MayteGLC
8a88fcb7af
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_gocardless
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_gocardless/es/
2025-01-19 22:08:01 +01:00
Ivorra78
24c0958b81
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_gocardless
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_gocardless/es/
2025-01-19 22:08:01 +01:00
MayteGLC
79694508af
Translated using Weblate (Spanish)
...
Currently translated at 26.0% (6 of 23 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_gocardless
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_gocardless/es/
2025-01-19 22:08:01 +01:00
MayteGLC
a637d57e1a
Added translation using Weblate (Spanish)
2025-01-19 22:08:01 +01:00
OCA-git-bot
5985ad77f3
[BOT] post-merge updates
2025-01-19 22:08:01 +01:00
Pedro M. Baeza
291590fa2c
[FIX] account_statement_import_online_gocardless: Increase timeout
...
It turns out that the timeout is for receiving whole answer, so in real
tests, the previous timeout was not enough for getting the answer when
there are some transactions load (like a month).
Let's increase this timeout then to a reasonable amount.
2025-01-19 22:08:01 +01:00
OCA-git-bot
352607f7cd
[BOT] post-merge updates
2025-01-19 22:08:01 +01:00
Pedro M. Baeza
45dfe2a7c3
[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
2025-01-19 22:08:01 +01:00
OCA-git-bot
c1eb9a4758
[BOT] post-merge updates
2025-01-19 22:08:01 +01:00
oca-ci
a80ac17dcc
[UPD] Update account_statement_import_online_gocardless.pot
2025-01-19 22:08:01 +01:00
AlexPForgeFlow
ad239c1bd4
[MIG] account_statement_import_online_gocardless: Migration to 16.0
2025-01-19 22:08:01 +01:00
oca-ci
2e4877f877
[UPD] Update account_statement_import_online_gocardless.pot
2025-01-19 22:08:01 +01:00
Pedro M. Baeza
b7323eab6b
[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
2025-01-19 22:08:01 +01:00
Pedro M. Baeza
9159285be9
[FIX] account_statement_import_online_gocardless: Remove missing JS
...
Not sure why it didn't raise before.
2025-01-19 22:08:01 +01:00
Pedro M. Baeza
7b40b1e300
[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
2025-01-19 22:08:01 +01:00
Pedro M. Baeza
0b00182087
[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
2025-01-19 22:08:01 +01:00
Pedro M. Baeza
29f1ace32e
[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 >
2025-01-19 22:08:01 +01:00
Weblate
b92378f878
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: bank-statement-import-17.0/bank-statement-import-17.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_ofx/
2024-12-31 15:52:32 +00:00
OCA-git-bot
2c5bfaeec5
[BOT] post-merge updates
2024-12-31 14:21:31 +00:00
oca-ci
cd2bb5ec07
[UPD] Update account_statement_import_ofx.pot
2024-12-31 14:18:25 +00:00
OCA-git-bot
3557acd7cb
Merge PR #695 into 17.0
...
Signed-off-by alexis-via
2024-12-31 14:15:35 +00:00
Rémi - Le Filament
3cd63d2748
[MIG] account_statement_import_ofx: Migration to 17.0
2024-12-24 07:57:41 +01:00
Rémi - Le Filament
511ba00c29
[IMP] account_statement_import_ofx: apply pre-commit auto fixes
2024-12-24 07:57:41 +01:00
mymage
000052a41d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_ofx/it/
2024-12-24 07:57:41 +01:00
mymage
5a9e680a02
Translated using Weblate (Italian)
...
Currently translated at 75.0% (3 of 4 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_ofx/it/
2024-12-24 07:57:41 +01:00
Adriano Prado
534175c877
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (4 of 4 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_ofx/pt_BR/
2024-12-24 07:57:41 +01:00