Peter Romão
8a54e8d9c7
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (100 of 100 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_sheet_file/pt/
2024-09-19 16:01:54 +00:00
Peter Romão
2c7a162718
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (100 of 100 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_sheet_file/pt/
2024-09-19 14:33:09 +00:00
Peter Romão
5269110ec3
Translated using Weblate (Portuguese)
...
Currently translated at 97.2% (35 of 36 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/pt/
2024-09-19 13:38:55 +00:00
Peter Romão
2e0ef0a2ab
Translated using Weblate (Portuguese)
...
Currently translated at 97.2% (35 of 36 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/pt/
2024-08-21 23:17:58 +00:00
Peter Romão
14a37de8a6
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (5 of 5 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_base
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_base/pt/
2024-08-21 23:04:48 +00:00
Peter Romão
634b72b761
Added translation using Weblate (Portuguese)
2024-08-21 23:02:59 +00:00
Peter Romão
c276b8e3b2
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (2 of 2 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file_reconcile_oca/pt/
2024-08-21 22:59:10 +00:00
Peter Romão
63b31ea021
Added translation using Weblate (Portuguese)
2024-08-21 22:56:53 +00:00
OCA-git-bot
f579b750f1
[BOT] post-merge updates
2024-08-11 11:51:38 +00:00
OCA-git-bot
2e27f27d97
Merge PR #713 into 16.0
...
Signed-off-by pedrobaeza
2024-08-11 11:48:33 +00:00
Pedro M. Baeza
36db32bda2
[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.
2024-08-11 13:44:59 +02:00
OCA-git-bot
cba0c8ea72
[UPD] README.rst
2024-08-10 18:02:47 +00:00
OCA-git-bot
f856415bf2
[UPD] addons table in README.md
2024-08-10 18:02:47 +00:00
Pedro M. Baeza
8b108c285e
[FIX] account_statement_import_online_gocardless: Missing param for basic auth
...
If not, there's a loop.
2024-08-10 20:01:52 +02:00
OCA-git-bot
748265b528
[BOT] post-merge updates
2024-08-09 16:30:06 +00:00
OCA-git-bot
f5509b3162
Merge PR #712 into 16.0
...
Signed-off-by pedrobaeza
2024-08-09 16:27:11 +00:00
Pedro M. Baeza
770a65ac10
[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.
2024-08-09 18:24:38 +02:00
OCA-git-bot
747c454437
[BOT] post-merge updates
2024-08-08 17:24:28 +00:00
OCA-git-bot
9ca805b9c4
Merge PR #686 into 16.0
...
Signed-off-by pedrobaeza
2024-08-08 17:21:16 +00:00
Luis J. Salvatierra
cd01ed0f43
[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.
2024-08-08 09:23:44 +02:00
Weblate
919e75b6d4
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online/
2024-07-30 14:41:43 +00:00
OCA-git-bot
aa63ca5efc
[BOT] post-merge updates
2024-07-30 14:41:36 +00:00
OCA-git-bot
44fa3b0fa8
Merge PR #710 into 16.0
...
Signed-off-by pedrobaeza
2024-07-30 14:35:08 +00:00
Carolina Fernandez
7de04f3376
[IMP] account_statement_import_online: Add button in journal to see provider configuration
...
TT49855
2024-07-30 06:02:02 -07:00
Ömer KÜLAK
996446549a
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (96 of 96 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online/tr/
2024-07-12 07:58:32 +00:00
Ömer KÜLAK
f50c272fde
Translated using Weblate (Turkish)
...
Currently translated at 97.0% (97 of 100 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_sheet_file/tr/
2024-06-27 10:47:22 +00:00
Metin GÜLSOY
c28599f72d
Added translation using Weblate (Turkish)
2024-06-24 09:09:52 +00:00
jakobkrabbe
fed26e4666
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (36 of 36 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/sv/
2024-06-19 12:39:59 +00:00
Metin GÜLSOY
1bec1fc436
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (36 of 36 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/tr/
2024-06-07 14:36:58 +00:00
Metin GÜLSOY
257683e5db
Translated using Weblate (Turkish)
...
Currently translated at 14.5% (14 of 96 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online/tr/
2024-06-07 10:12:32 +00:00
Metin GÜLSOY
fbbb657b1a
Translated using Weblate (Turkish)
...
Currently translated at 41.6% (15 of 36 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/tr/
2024-06-07 10:12:31 +00:00
Metin GÜLSOY
dd680d5cff
Added translation using Weblate (Turkish)
2024-06-07 09:53:59 +00:00
mymage
431779aa54
Added translation using Weblate (Italian)
2024-06-05 07:18:06 +00:00
OCA-git-bot
e2b1602d75
[BOT] post-merge updates
2024-06-03 09:04:36 +00:00
oca-ci
e483eceeb1
[UPD] Update account_statement_import_online_ofx.pot
2024-06-03 09:01:38 +00:00
OCA-git-bot
4f2d931335
Merge PR #616 into 16.0
...
Signed-off-by pedrobaeza
2024-06-03 08:58:45 +00:00
PauBForgeFlow
f5fd86f3e8
[MIG] account_statement_import_online: Migration to 16.0
2024-06-03 10:25:49 +02:00
Rodrigo Macedo
0df98475a3
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (5 of 5 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_qif
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_qif/pt_BR/
2024-05-22 13:39:20 +00:00
Rodrigo Macedo
6d06ab1c42
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 60.0% (3 of 5 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_qif
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_qif/pt_BR/
2024-05-22 02:47:36 +00:00
OCA-git-bot
e01764b86e
[BOT] post-merge updates
2024-05-13 06:59:57 +00:00
OCA-git-bot
2f1abbcfe6
Merge PR #693 into 16.0
...
Signed-off-by pedrobaeza
2024-05-13 06:56:23 +00:00
Luis Felipe Miléo
9f853779ad
[REF][account_statement_import_sheet_file] Remove decimal
2024-05-12 19:49:13 -03:00
Sergio Ariel Ameghino
5342c029c7
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (5 of 5 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_qif
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_qif/es/
2024-05-12 21:35:32 +00:00
Sergio Ariel Ameghino
8a46e495ea
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (100 of 100 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_sheet_file/es/
2024-05-12 21:35:32 +00:00
Luis Felipe Miléo
301e70f4b7
[IMP][account_statement_import_sheet_file] Empty lines with spaces, or with simbols eg: USD/$
2024-05-12 12:37:28 -03:00
mymage
742072b9a0
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-05-06 11:37:57 +00:00
mymage
e0ac617beb
Translated using Weblate (Italian)
...
Currently translated at 100.0% (5 of 5 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_qif
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_qif/it/
2024-05-06 11:35:13 +00:00
mymage
ff49cc8b5c
Translated using Weblate (Italian)
...
Currently translated at 100.0% (8 of 8 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_qonto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_qonto/it/
2024-05-03 16:35:12 +00:00
mymage
e577f13cf5
Translated using Weblate (Italian)
...
Currently translated at 100.0% (5 of 5 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_base
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_base/it/
2024-05-03 16:35:11 +00:00
mymage
c160eb7d28
Translated using Weblate (Italian)
...
Currently translated at 80.0% (4 of 5 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_qif
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_qif/it/
2024-05-03 16:35:11 +00:00