Commit Graph

129 Commits

Author SHA1 Message Date
OCA-git-bot
04d8bf75c3 Merge PR #463 into 15.0
Signed-off-by HaraldPanten
2022-05-05 14:47:48 +00:00
manu
b3d2d39414 [MIG]account_statement_import_online_ponto: Migration to 15.0 2022-05-05 16:35:44 +02:00
OCA-git-bot
db30149764 [ADD] setup.py 2022-05-05 14:30:23 +00:00
OCA-git-bot
640543702c [UPD] README.rst 2022-05-05 14:30:22 +00:00
OCA-git-bot
297175cade [UPD] addons table in README.md 2022-05-05 14:30:21 +00:00
oca-ci
9924571c63 [UPD] Update account_statement_import_online.pot 2022-05-05 14:27:33 +00:00
OCA-git-bot
9f1c09a1bd Merge PR #462 into 15.0
Signed-off-by HaraldPanten
2022-05-05 14:25:00 +00:00
manu
12862dd2dd [IMP] : black, isort, prettier 2022-04-13 13:56:28 +02:00
OCA-git-bot
38e7ca09ba account_statement_import_online_ponto 14.0.1.1.0 2022-04-13 13:55:56 +02:00
Jaume Planas
a472a9a624 Translated using Weblate (Catalan)
Currently translated at 100.0% (16 of 16 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_online_ponto/ca/
2022-04-13 13:55:56 +02:00
Jaume Planas
e68c0c2f02 Added translation using Weblate (Catalan) 2022-04-13 13:55:56 +02:00
Ronald Portier
e209207fcd [FIX] *_online Improvements after review 2022-04-13 13:55:56 +02:00
Ronald Portier
351aa128ea [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.
2022-04-13 13:55:56 +02:00
Ronald Portier
17da7b3b30 [IMP] *_online_ponto: code organisation
Check situation that should raise exception immediately, prevent ident on normal flow
2022-04-13 13:55:56 +02:00
Sergio Zanchetta
56e6d19917 Translated using Weblate (Italian)
Currently translated at 43.7% (7 of 16 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_online_ponto/it/
2022-04-13 13:55:56 +02:00
Sergio Zanchetta
307eeb1a13 Added translation using Weblate (Italian) 2022-04-13 13:55:56 +02:00
OCA-git-bot
52101beff3 account_statement_import_online_ponto 14.0.1.0.2 2022-04-13 13:55:56 +02:00
Jairo Llopis
3d8ade8b5b [FIX] account_statement_import_online_ponto: verify TLS
Not sure why, cert validation was disabled. That is insecure.

@Tecnativa TT31034
2022-04-13 13:55:56 +02:00
OCA-git-bot
08b3ed175e account_statement_import_online_ponto 14.0.1.0.1 2022-04-13 13:55:56 +02:00
Ernesto Tejeda
f112038d01 [FIX] account_statement_import_online_ponto: fix vals dict to create a statement. 2022-04-13 13:55:56 +02:00
oca-travis
639fa87d44 [UPD] Update account_statement_import_online_ponto.pot 2022-04-13 13:55:56 +02:00
Ronald Portier
c157ebbf79 [FIX] account_statement_import_online: further improvements. 2022-04-13 13:55:56 +02:00
Ronald Portier
66edadf130 [IMP] Adapt account_bank_statement_import_online to 14.0
Also Rename account_bank_statement_import_online => account_statement_import_online
2022-04-13 13:55:56 +02:00
manu
4683ad60c0 [MIG]account_statement_import_online: Migration to 15.0 2022-04-13 13:09:36 +02:00
manu
dce063fd23 [IMP] : black, isort, prettier 2022-04-13 12:51:00 +02:00
OCA-git-bot
015a696582 account_statement_import_online 14.0.2.1.1 2022-04-13 12:50:22 +02:00
Jairo Llopis
883c3b438a [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-04-13 12:50:22 +02:00
OCA Transbot
2ab5491eb9 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-04-13 12:50:22 +02:00
OCA-git-bot
2ced84c4f2 account_statement_import_online 14.0.2.1.0 2022-04-13 12:50:22 +02:00
oca-travis
94035716f0 [UPD] Update account_statement_import_online.pot 2022-04-13 12:50:22 +02:00
Ronald Portier
a95028a81d [FIX] *_online Improvements after review 2022-04-13 12:50:22 +02:00
Ronald Portier
74d192ab05 [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.
2022-04-13 12:50:22 +02:00
OCA-git-bot
54147bd6f1 account_statement_import_online 14.0.2.0.1 2022-04-13 12:50:22 +02:00
Sergio Zanchetta
0476276410 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/
2022-04-13 12:50:22 +02:00
Sergio Zanchetta
bfa6442edf Added translation using Weblate (Italian) 2022-04-13 12:50:22 +02:00
default
083d8bd08a [FIX] fixing empty assuming is a good default value #422 2022-04-13 12:50:22 +02:00
OCA Transbot
46b4cd2b29 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-04-13 12:50:22 +02:00
OCA-git-bot
29efa33339 account_statement_import_online 14.0.2.0.0 2022-04-13 12:50:22 +02:00
oca-travis
0b8c98e69c [UPD] Update account_statement_import_online.pot 2022-04-13 12:50:22 +02:00
Ernesto Tejeda
8ee3181a56 [IMP] account_statement_import_online: don't import empty statements. 2022-04-13 12:50:22 +02:00
oca-travis
ac53bb1d2e [UPD] Update account_statement_import_online.pot 2022-04-13 12:50:22 +02:00
Ronald Portier
6bacccbc48 [FIX] account_statement_import_online: further improvements. 2022-04-13 12:50:22 +02:00
Alexis de Lattre
1acdd20905 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
2022-04-13 12:50:22 +02:00
Ronald Portier
f726b84980 [IMP] Adapt account_bank_statement_import_online to 14.0
Also Rename account_bank_statement_import_online => account_statement_import_online
2022-04-13 12:50:22 +02:00
oca-git-bot
d0312fcc5d [IMP] update dotfiles [ci skip] 2022-03-30 21:49:16 +02:00
OCA-git-bot
b51132ce34 [UPD] addons table in README.md 2022-02-26 11:17:06 +00:00
OCA-git-bot
08ae2baa2e account_statement_import 15.0.2.1.0 2022-02-26 11:17:01 +00:00
OCA-git-bot
142a9e612d Merge PR #451 into 15.0
Signed-off-by pedrobaeza
2022-02-26 11:14:20 +00:00
Eduardo De Miguel
bc791cb986 [FIX] Change demo data
Change demo data to not override Odoo `account_bank_statement_import` module and let the tests pass if both modules are going to be installed.
2022-02-25 12:58:52 +01:00
OCA Transbot
09afc61d2b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import/
2022-02-24 11:19:14 +00:00