41 Commits

Author SHA1 Message Date
Weblate
b8c76e35f3 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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/
2024-02-03 14:29:25 +00:00
oca-ci
9fd7aba69a [UPD] Update account_statement_import_online.pot 2024-02-03 14:26:11 +00:00
Ivorra78
258d896f0d Translated using Weblate (Spanish)
Currently translated at 100.0% (90 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/es/
2023-12-28 22:34:00 +00:00
Ivorra78
b3bf6df1df Added translation using Weblate (Spanish) 2023-12-28 22:10:16 +00:00
Weblate
8ea8ebf5a5 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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/
2023-10-09 21:49:25 +00:00
Claude R Perrin
fa4379ead4 Translated using Weblate (French)
Currently translated at 100.0% (90 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/fr/
2023-09-11 07:07:05 +00:00
Claude R Perrin
b11d3d900f Translated using Weblate (French)
Currently translated at 100.0% (90 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/fr/
2023-09-11 06:58:47 +00:00
Claude R Perrin
0111064b21 Added translation using Weblate (French) 2023-09-11 06:41:06 +00:00
OCA-git-bot
302c2b0bd9 [UPD] README.rst 2023-09-03 11:51:52 +00:00
OCA-git-bot
ce809f3daa account_statement_import_online 14.0.4.0.0 2023-02-23 10:28:03 +00:00
Miquel Raïch
a11ca1ec8a [FIX] account_statement_import_online: not require odoo_test_helper 2023-02-22 18:30:26 +01:00
Pedro M. Baeza
214ea0d625 [OU-ADD] account_statement_import_online: Migration script
To have a smooth transition from older versions.
2023-01-17 12:04:32 +01:00
OCA-git-bot
d7cfa982a8 account_statement_import_online 14.0.3.0.1 2023-01-09 12:28:24 +00:00
Ronald Portier (Therp BV)
2a4e793e29 [IMP] *_import_online: always update next_run to cover current period 2023-01-07 19:58:37 +01:00
Francesco Foresti
004a1835a6 Translated using Weblate (Italian)
Currently translated at 27.7% (25 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/
2023-01-02 11:48:43 +00:00
mymage
5246a746d8 Translated using Weblate (Italian)
Currently translated at 27.7% (25 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/
2022-12-28 22:45:43 +00:00
Pedro M. Baeza
c8148fab79 [OU-FIX] account_statement_import_online: Conditional renaming + filling
As the changes for having online raw data have been made only on v12
and v14, people coming from v13 won't have this column populated on
the DB, so we need to be tolerant with that circumstance.
2022-10-22 11:30:43 +02:00
OCA Transbot
fa59c44b22 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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/
2022-09-29 21:22:56 +00:00
oca-ci
8be2fb9425 [UPD] Update account_statement_import_online.pot 2022-09-29 21:18:59 +00:00
Alexis de Lattre
9851c6cc31 Migration script field online_raw_data -> raw_data 2022-09-29 23:15:17 +02:00
Alexis de Lattre
2075974e23 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.
2022-08-09 10:13:47 +02:00
OCA-git-bot
44a2bd14b1 account_statement_import_online 14.0.2.1.1 2022-03-10 07:40:33 +00:00
Jairo Llopis
0b5e55191d [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
2022-03-09 11:32:07 +00:00
OCA Transbot
49ba3bd1d9 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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/
2022-02-18 06:59:55 +00:00
OCA-git-bot
7eab179807 account_statement_import_online 14.0.2.1.0 2022-02-18 06:59:42 +00:00
oca-travis
6a0038aaa9 [UPD] Update account_statement_import_online.pot 2022-02-18 06:52:44 +00:00
Ronald Portier
93399e0724 [FIX] *_online Improvements after review 2021-12-14 07:37:03 +01:00
Ronald Portier
d40625b976 [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.
2021-12-13 22:03:46 +01:00
OCA-git-bot
30361f3aa0 account_statement_import_online 14.0.2.0.1 2021-12-04 14:22:14 +00:00
OCA-git-bot
acfe72f1d0 Merge PR #423 into 14.0
Signed-off-by dreispt
2021-12-04 14:01:17 +00:00
Sergio Zanchetta
6e5ab85e38 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/
2021-11-25 17:36:36 +00:00
Sergio Zanchetta
5369aa4165 Added translation using Weblate (Italian) 2021-11-25 17:01:38 +00:00
default
55132c67bf [FIX] fixing empty assuming is a good default value #422 2021-11-03 16:44:14 +00:00
OCA Transbot
578e84ce54 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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/
2021-08-23 17:31:06 +00:00
OCA-git-bot
8d83bc5f19 account_statement_import_online 14.0.2.0.0 2021-08-23 17:30:55 +00:00
oca-travis
ca2b1b458c [UPD] Update account_statement_import_online.pot 2021-08-23 17:26:11 +00:00
Ernesto Tejeda
0c42f56ce0 [IMP] account_statement_import_online: don't import empty statements. 2021-08-20 14:05:51 -04:00
oca-travis
24e8d68a7d [UPD] Update account_statement_import_online.pot 2021-07-27 22:02:13 +00:00
Ronald Portier
8dae9bb4df [FIX] account_statement_import_online: further improvements. 2021-07-23 23:30:30 +02:00
Alexis de Lattre
0578dadc9c 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
2021-07-23 15:31:24 +02:00
Ronald Portier
5d62d497d9 [IMP] Adapt account_bank_statement_import_online to 14.0
Also Rename account_bank_statement_import_online => account_statement_import_online
2021-07-23 15:31:24 +02:00