Commit Graph

299 Commits

Author SHA1 Message Date
Ernesto Tejeda
fb3bc67d05 [FIX] account_statement_import_online_ponto: fix vals dict to create a statement. 2024-11-14 12:56:30 +01:00
oca-travis
9402e794d8 [UPD] Update account_statement_import_online_ponto.pot 2024-11-14 12:56:30 +01:00
Ronald Portier
5ac6688ec8 [FIX] account_statement_import_online: further improvements. 2024-11-14 12:56:30 +01:00
Ronald Portier
82a21291ed [IMP] Adapt account_bank_statement_import_online to 14.0
Also Rename account_bank_statement_import_online => account_statement_import_online
2024-11-14 12:56:30 +01:00
mymage
619bf137f8 Translated using Weblate (Italian)
Currently translated at 100.0% (33 of 33 strings)

Translation: bank-statement-import-17.0/bank-statement-import-17.0-account_statement_import_move_line
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_move_line/it/
2024-11-05 11:06:28 +00:00
mymage
4718f8e0b9 Added translation using Weblate (Italian) 2024-11-05 08:51:54 +00:00
Weblate
e9ed2e56f0 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_move_line
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_move_line/
2024-11-04 07:50:29 +00:00
OCA-git-bot
633ad9fb6a [BOT] post-merge updates 2024-11-04 07:28:45 +00:00
oca-ci
c2a1bf5a60 [UPD] Update account_statement_import_move_line.pot 2024-11-04 07:25:46 +00:00
OCA-git-bot
7572dc8ded Merge PR #732 into 17.0
Signed-off-by pedrobaeza
2024-11-04 07:23:03 +00:00
pilarvargas-tecnativa
86111d347c [MIG] account_statement_import_move_line: Migration to version 17.0
TT51242
2024-11-04 07:40:50 +01:00
pilarvargas-tecnativa
78423111a7 [IMP] account_statement_import_move_line: pre-commit auto fixes 2024-10-31 19:47:25 +01:00
pilarvargas-tecnativa
d6b9cc9b69 [FIX] account_statement_import_move_line: Set reference in bank statement lines
The ‘ref’ field is not visible on invoices of type ‘out_invoice’.
In the tests, it is adding value to this field and therefore does not
fail to create a bank statement line where the ‘payment_ref’ field is
required. To solve this, the value of the ‘payment_ref’ field of the
bank statement lines is set as the reference of a supplier invoice
(‘ref’ in invoice lines) or as the reference of the payment
‘payment_reference’ (‘name’ in invoice lines).
2024-10-31 19:47:25 +01:00
Pedro M. Baeza
1070e0a472 [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-10-25 13:20:10 +02:00
mymage
bf80a2ffc0 Translated using Weblate (Italian)
Currently translated at 100.0% (94 of 94 strings)

Translation: bank-statement-import-17.0/bank-statement-import-17.0-account_statement_import_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_online/it/
2024-08-01 11:58:38 +00:00
Weblate
4abf4ba9ef 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_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_online/
2024-07-31 06:42:01 +00:00
OCA-git-bot
e732478911 [BOT] post-merge updates 2024-07-31 05:30:43 +00:00
oca-ci
86bf3432f2 [UPD] Update account_statement_import_online.pot 2024-07-31 05:27:54 +00:00
OCA-git-bot
314fb2d74e Merge PR #706 into 17.0
Signed-off-by pedrobaeza
2024-07-31 05:25:02 +00:00
Holger Brunn
b4c2426486 [MIG] account_statement_import_camt: Migration to 17.0 2024-07-31 04:23:13 +02:00
Holger Brunn
7a62a01080 [IMP] account_statement_import_camt: pre-commit auto fixes 2024-07-31 04:23:13 +02:00
OCA-git-bot
6fa2ff562a [BOT] post-merge updates 2024-07-31 04:23:13 +02:00
SilvioC2C
aa170d57e9 [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-07-31 04:23:13 +02:00
mymage
1292a8eb37 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-07-31 04:23:13 +02:00
Ivorra78
bcbad7f8a0 Translated using Weblate (Spanish)
Currently translated at 100.0% (31 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/es/
2024-07-31 04:23:13 +02:00
Weblate
60dd392825 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_camt
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_camt/
2024-07-31 04:23:13 +02:00
OCA-git-bot
e97f9dfc09 [UPD] README.rst 2024-07-31 04:23:13 +02:00
Ivorra78
1c02b97031 Translated using Weblate (Spanish)
Currently translated at 100.0% (12 of 12 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/es/
2024-07-31 04:23:13 +02:00
OCA-git-bot
7fceb0d695 [UPD] README.rst 2024-07-31 04:23:13 +02:00
oca-ci
2ce0c4275a [UPD] Update account_statement_import_camt.pot 2024-07-31 04:23:13 +02:00
sonhd91
34fee51a1d [16.0][MIG] account_statement_import_camt: Migrate to version 16.0 2024-07-31 04:23:13 +02:00
Luc De Meyer
6b7167571f fix camt unit tests 2024-07-31 04:23:13 +02:00
Luc De Meyer
7dbe7fd522 account_statement_import_camt - fix counterparty data 2024-07-31 04:23:13 +02:00
Téo Goddet
c3279f44a0 [IMP] account_bank_statement_import_camt: more infos in narration
with this commit, the narration field is filled with infos find in the camt file such as reversal indicator, return reason, cheque number, ...
before only a banking ref was present.

The transaction type field is also filled.
2024-07-31 04:23:13 +02:00
Stefan Rijnhart
9d3bc05330 [IMP] account_statement_import_camt: look for currency under Ntry
Encountered in a Camt.054 statement: currency listed under
/BkToCstmrDbtCdtNtfctn/Ntfctn/Ntry/Amt/@Ccy
2024-07-31 04:23:13 +02:00
Maksym Yankin
f4b1d0afc9 [MIG] account_statement_import_camt: Migration to 15.0 2024-07-31 04:23:13 +02:00
Sergio Zanchetta
6ffc3d5297 Translated using Weblate (Italian)
Currently translated at 83.3% (10 of 12 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_camt
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_camt/it/
2024-07-31 04:23:13 +02:00
Sergio Zanchetta
e81843c438 Added translation using Weblate (Italian) 2024-07-31 04:23:13 +02:00
Bosd
2b0029ed81 Translated using Weblate (Dutch)
Currently translated at 75.0% (9 of 12 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_camt
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_camt/nl/
2024-07-31 04:23:13 +02:00
OCA-git-bot
e70eb4a094 account_statement_import_camt 14.0.1.1.0 2024-07-31 04:23:13 +02:00
Stefan Rijnhart
01b69c0e28 [FIX] Fix same eror in camt54 module 2024-07-31 04:23:13 +02:00
Luc De Meyer
574eb9a1c0 [14.0][FIX]camt import 2024-07-31 04:23:13 +02:00
Iryna Vyshnevska
64a0eb0aa7 [MIG][14.0] account_statement_import_camt_oca 2024-07-31 04:23:13 +02:00
Carolina Fernandez
5f4c76ae60 [IMP] account_statement_import_online: Add button in journal to see provider configuration
TT49855
2024-07-30 08:04:10 -07:00
Carolina Fernandez
ddffa46c63 [MIG] account_statement_import_online: Migration to 17.0
TT49855
2024-07-29 02:12:06 -07:00
Carolina Fernandez
0eddd6cfb9 [IMP] account_statement_import_online: pre-commit auto fixes 2024-07-08 16:09:39 +02:00
Metin GÜLSOY
4cf513dfba 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-07-08 16:09:39 +02:00
Stefan Rijnhart
6babdaf53a [FIX] account_statement_import_online: use model_create_multi 2024-07-08 16:09:39 +02:00
Stefan Rijnhart
c40ca4d848 [IMP] account_statement_import_online: only update journal when online service is set
This prevents a flood of logs in case your journals are written very often.
2024-07-08 16:09:39 +02:00
Ivorra78
2c891056f1 Translated using Weblate (Spanish)
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/es/
2024-07-08 16:09:39 +02:00