Commit Graph

177 Commits

Author SHA1 Message Date
Jairo Llopis
eb2477eb9e [FIX] account_statement_import_online_ponto: verify TLS
Not sure why, cert validation was disabled. That is insecure.

@Tecnativa TT31034
2024-11-14 12:56:30 +01:00
OCA-git-bot
6584e10968 account_statement_import_online_ponto 14.0.1.0.1 2024-11-14 12:56:30 +01:00
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
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
Stefan Rijnhart
164ce1d20c [IMP] account_statement_import_online: clarify button labels 2024-07-08 16:09:39 +02:00
Pedro M. Baeza
e793b51c4b [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-07-08 16:09:39 +02:00
Pedro M. Baeza
afb6ef7926 [FIX] account_statement_import_online: Fix es.po key
****po-python-parse-format****
account_statement_import_online/i18n/es.po:136 Translation string couldn't be parsed correctly using str.format KeyError('excepction') - [po-python-parse-format]
2024-07-08 16:09:39 +02:00
Pedro M. Baeza
de81bf0f34 [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.
2024-07-08 16:09:39 +02:00
Ivorra78
5f9e44d54b Added translation using Weblate (Spanish) 2024-07-08 16:09:39 +02:00
Andrea Stirpe
2d135bf971 [FIX] Group statement lines by period before update/create 2024-07-08 16:09:39 +02:00
Miquel Raïch
8b5dadabc8 [FIX] account_statement_import_online: not require odoo_test_helper 2024-07-08 16:09:39 +02:00
Ronald Portier (Therp BV)
2fc9b110bb [MIG] account_statement_import_online: Migration to 16.0 2024-07-08 16:09:39 +02:00
Francesco Foresti
d905b32731 Translated using Weblate (Italian)
Currently translated at 25.5% (24 of 94 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/it/
2024-07-08 16:09:39 +02:00
manu
b326a1b13e [MIG]account_statement_import_online: Migration to 15.0 2024-07-08 16:09:39 +02:00
Ronald Portier (Therp BV)
1f28d915a7 [MIG] Remove 14.0 migration files 2024-07-08 16:09:39 +02:00
Alexis de Lattre
0220ff8050 Migration script field online_raw_data -> raw_data 2024-07-08 16:09:39 +02:00
Alexis de Lattre
cef8e3a852 Add module account_statement_import_base
The 2 modules account_statement_import_online and
account_statement_import depend on account_statement_import_base (and
not on each other) and share common code, in particular a hook to update
the statement line. So we can now have reconciliation modules that use
this hook and therefore work both on file import and online import. More
details on https://github.com/OCA/bank-statement-import/issues/481.

Improve bank statement line form view and journal form view.
2024-07-08 16:09:39 +02:00
Jairo Llopis
f2be23d41f [FIX] account_statement_import_online: use unittest.mock and don't import tests at install
Installing this module failed because `mock` couldn't be found. Indeed there was a migration problem.

However, I was not testing the module; just installing. At install, tests shouldn't be imported.

This file was being imported because the dummy model was expected to exist in database for tests. Using odoo-test-helper for that now.

@moduon MT-295
2024-07-08 16:09:39 +02:00
oca-travis
dc844e6c16 [UPD] Update account_statement_import_online.pot 2024-07-08 16:09:39 +02:00
Ronald Portier
efb9a1ef99 [FIX] *_online Improvements after review 2024-07-08 16:09:39 +02:00
Ronald Portier
1080c110b9 [IMP] account_statement_import_online[_ponto] improvements.
1. Find partner if ther already is a bank account with the right IBAN;
2. Store (and display) raw import data to help in problem determination;
3. Make it easy to extend the parsing of import data;
4. Apply some clean coding principles.
2024-07-08 16:09:39 +02:00
Sergio Zanchetta
4f3ec97aa4 Translated using Weblate (Italian)
Currently translated at 26.6% (24 of 90 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_online/it/
2024-07-08 16:09:39 +02:00
default
094de9eee9 [FIX] fixing empty assuming is a good default value #422 2024-07-08 16:09:39 +02:00
Ernesto Tejeda
071b4e9004 [IMP] account_statement_import_online: don't import empty statements. 2024-07-08 16:09:39 +02:00
Ronald Portier
fe7adc1bdf [FIX] account_statement_import_online: further improvements. 2024-07-08 14:26:06 +02:00
Alexis de Lattre
bbdb843171 account_statement_import_online: usability improvement on form view of online.bank.statement.provider: avoid speading the information on 3 tabs. As there are just a few fields, let's keep all the information directly visible.
Fix warning on search view of online.bank.statement.provider
Fix some tests
Button on journal form view to access the wizard
The wizard now returns the bank statements of the journal(s)
Fix wired strings
2024-07-08 13:37:48 +02:00