Pedro M. Baeza
b545b6570d
[MIG] account_bank_statement_import_qif: Migration to 11.0
...
* Metafiles updated
* Test adapted to Python 3
* Code adapted to Python 3
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
[UPD] Update account_bank_statement_import_qif.pot
2024-04-04 09:07:12 +02:00
Sébastien Namèche
6d59d5c16f
[MIG] account_bank_statement_import_qif: Migrated to 10.0
...
OCA Transbot updated translations from Transifex
2024-04-04 09:07:12 +02:00
Pedro M. Baeza
1f2eafb0db
[MIG] account_bank_statement_import_qif: Migration to 9.0
...
* Manifest reformat
* Added license and contributors
* Tests improved
* Added matching partners
* Added supported format in view
OCA Transbot updated translations from Transifex
2024-04-04 09:07:12 +02:00
Ronald Portier (Therp BV)
5e223a660e
[ENH] Support multiple accounts/currencies.
...
Copy of changes proposed for master.
OCA Transbot updated translations from Transifex
2024-04-04 09:07:12 +02:00
Pedro M. Baeza
8a75fab19f
[FIX] account_bank_statement_import: Handle correctly the selection of the journal
2024-04-04 09:07:12 +02:00
Laurent Mignon (ACSONE)
7d9c138d4b
[IMP] account_bank_statement_qif: use new API + i18n + move journal_id to main
2024-04-04 09:07:12 +02:00
Laurent Mignon
121448f0fd
[IMP] Backport from master at 04daefd2d101d90daf5782173b95f31f3bd9e1b6
2024-04-04 09:07:12 +02:00
Alexis de Lattre
e637b9cb3c
New backport from odoo/master
...
Fix bug #5
2024-04-04 09:07:12 +02:00
Ronald Portier (Therp BV)
658a5c13e2
[RFR] Move backported bank import modules from bank-payment
...
to bank-statement-import repository.
2024-04-04 09:07:12 +02:00
OCA-git-bot
44ed260b5c
Merge PR #679 into 16.0
...
Signed-off-by pedrobaeza
2024-04-03 08:14:51 +00:00
Nguyễn Đại Dương
bf20538561
[IMP] account_bank_statement_import_online: create not override in
...
batch
2024-04-03 15:05:26 +07:00
Alessandro Fiorino
10558c2499
Translated using Weblate (Italian)
...
Currently translated at 98.9% (98 of 99 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/it/
2024-03-30 12:34:26 +00:00
OCA-git-bot
8218245c54
[BOT] post-merge updates
2024-03-27 08:57:44 +00:00
OCA-git-bot
176856c580
Merge PR #676 into 16.0
...
Signed-off-by simahawk
2024-03-27 08:54:31 +00:00
MayteGLC
f9edf2429b
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/
2024-03-20 20:34:08 +00:00
MayteGLC
cce49b4cd0
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/
2024-03-20 18:20:55 +00:00
Ivorra78
11c2d3870f
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/
2024-03-20 18:20:54 +00:00
MayteGLC
09848000cf
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/
2024-03-19 18:35:29 +00:00
MayteGLC
102255f407
Added translation using Weblate (Spanish)
2024-03-19 10:33:11 +00:00
OCA-git-bot
f8b3b267d9
[BOT] post-merge updates
2024-03-19 09:46:57 +00:00
OCA-git-bot
8bc2750f54
Merge PR #678 into 16.0
...
Signed-off-by alexey-pelykh
2024-03-19 09:44:01 +00:00
Stefan Rijnhart
2320f011b4
[FIX] account_statement_import_online: use model_create_multi
2024-03-19 10:39:38 +01:00
SilvioC2C
69d27185ba
[IMP] account_statement_import_camt: refactor tests for inheritability
...
This refactoring will allow using `TestParser._do_parse_test()` method for subclasses defined in inheriting modules.
This way, if the new module defines new files in other paths than `account_statement_import_camt/test_files/`,
subclasses of `TestParser` will still be able to use the `_do_parse_test()` method for imports and checks.
Moreover, a custom value can now be defined for the acceptable differing lines number between inputfile and goldenfile.
It will also maintain backward compatibility with the current usage of the method
(ie: using only a filename with the assumption of finding it in `account_statement_import_camt/test_files/`).
NB: methods are now defined outside of `TestParser` to allow importing them directly, instead of inheriting from `TestParser`.
2024-03-18 11:08:27 +01:00
OCA-git-bot
7be74c9eff
[BOT] post-merge updates
2024-03-17 11:44:13 +00:00
OCA-git-bot
8056dace1e
Merge PR #677 into 16.0
...
Signed-off-by pedrobaeza
2024-03-17 11:40:55 +00:00
Pedro M. Baeza
989ead3881
[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.
2024-03-17 12:37:58 +01:00
mymage
10d1c443e7
Translated using Weblate (Italian)
...
Currently translated at 58.5% (58 of 99 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/it/
2024-03-01 10:34:24 +00:00
OCA-git-bot
f4cd8ac05c
[BOT] post-merge updates
2024-02-28 08:12:14 +00:00
OCA-git-bot
d857f610df
Merge PR #671 into 16.0
...
Signed-off-by pedrobaeza
2024-02-28 08:09:14 +00:00
Pedro M. Baeza
5c48447cfa
[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 20:02:55 +01:00
OCA-git-bot
9c2ab4e601
[BOT] post-merge updates
2024-02-27 08:15:37 +00:00
oca-ci
fb0fb884c3
[UPD] Update account_statement_import_online_gocardless.pot
2024-02-27 08:12:19 +00:00
OCA-git-bot
19e63ca06d
Merge PR #667 into 16.0
...
Signed-off-by pedrobaeza
2024-02-27 08:09:37 +00:00
OCA-git-bot
bbbfe7f0e8
[BOT] post-merge updates
2024-02-26 17:35:04 +00:00
OCA-git-bot
83cc26e48a
Merge PR #648 into 16.0
...
Signed-off-by StefanRijnhart
2024-02-26 17:32:03 +00:00
AlexPForgeFlow
e557786c9f
[MIG] account_statement_import_online_gocardless: Migration to 16.0
2024-02-26 10:00:25 +01:00
Valentin Lab
04d362254c
[16.0][FIX] models/online_bank_statement_provider_ponto.py: prevent attempt to modify of posted account.move
2024-02-23 17:12:16 +01:00
Ivorra78
6481ddf98e
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (99 of 99 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-02-08 20:34:13 +00:00
AlexPForgeFlow
cd726f896b
[IMP] account_statement_import_online_gocardless: pre-commit stuff
2024-02-07 16:42:32 +01:00
oca-ci
d58d1a9934
[UPD] Update account_statement_import_online_gocardless.pot
2024-02-07 16:42:32 +01:00
Pedro M. Baeza
9daf654667
[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-07 16:42:32 +01:00
Pedro M. Baeza
dd0759c6e4
[FIX] account_statement_import_online_gocardless: Remove missing JS
...
Not sure why it didn't raise before.
2024-02-07 16:40:22 +01:00
Pedro M. Baeza
4faed3e1c5
[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
2024-02-07 16:31:25 +01:00
Pedro M. Baeza
1c06355727
[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
2024-02-07 16:31:25 +01:00
mymage
730b549414
Translated using Weblate (Italian)
...
Currently translated at 22.5% (7 of 31 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_camt
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_camt/it/
2024-02-07 10:39:01 +00:00
Ömer KÜLAK
9dca998e55
Translated using Weblate (Turkish)
...
Currently translated at 95.9% (95 of 99 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-02-06 14:34:29 +00:00
Ömer KÜLAK
40d99685d7
Added translation using Weblate (Turkish)
2024-02-06 10:38:47 +00:00
Weblate
c3ae0f9699
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_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/
2024-02-06 10:10:28 +00:00
OCA-git-bot
4f4f6f7173
[BOT] post-merge updates
2024-02-06 10:10:22 +00:00
oca-ci
ac4cad226b
[UPD] Update account_statement_import_sheet_file.pot
2024-02-06 10:07:27 +00:00