Commit Graph

427 Commits

Author SHA1 Message Date
OCA-git-bot
ea89341955 account_statement_import_txt_xlsx 14.0.1.0.2 2022-10-17 11:27:59 +00:00
OCA-git-bot
6ee9829fb1 Merge PR #510 into 14.0
Signed-off-by alexey-pelykh
2022-10-17 11:23:52 +00:00
NuriaMForgeFlow
f0beb6fc41 [FIX] account_bank_statement_import_txt_xlsx: import sheet notes 2022-10-17 13:21:42 +02:00
Weblate
f164a5bdff 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
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import/
2022-10-15 10:46:48 +00:00
OCA-git-bot
f72cad61ee [UPD] addons table in README.md 2022-10-15 10:43:11 +00:00
OCA-git-bot
56f2966566 account_statement_import 14.0.3.1.0 2022-10-15 10:43:06 +00:00
oca-ci
5da2e935b2 [UPD] Update account_statement_import.pot 2022-10-15 10:38:38 +00:00
OCA-git-bot
8c0dd66ec5 Merge PR #489 into 14.0
Signed-off-by pedrobaeza
2022-10-15 10:34:42 +00:00
Yves Le Doeuff
f89044d57b Translated using Weblate (French)
Currently translated at 60.0% (3 of 5 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_file_reconciliation_widget
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_file_reconciliation_widget/fr/
2022-10-03 10:35:59 +00:00
Yves Le Doeuff
21c74b45e1 Translated using Weblate (French (France))
Currently translated at 100.0% (35 of 35 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import/fr_FR/
2022-10-03 10:35:59 +00:00
Yves Le Doeuff
bed2417e6b Translated using Weblate (French)
Currently translated at 100.0% (35 of 35 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import/fr/
2022-10-03 10:35:59 +00:00
Yves Le Doeuff
ca3eae3d44 Added translation using Weblate (French) 2022-10-03 08:20:34 +00: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 Transbot
58faa32d27 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
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import/
2022-09-29 21:22:55 +00:00
OCA-git-bot
80088584bc [ADD] setup.py 2022-09-29 21:22:35 +00:00
OCA-git-bot
d1474806e1 [ADD] icon.png 2022-09-29 21:22:35 +00:00
OCA-git-bot
20fde94da3 [UPD] README.rst 2022-09-29 21:22:34 +00:00
OCA-git-bot
42d7193cbe [UPD] addons table in README.md 2022-09-29 21:22:32 +00:00
oca-ci
8be2fb9425 [UPD] Update account_statement_import_online.pot 2022-09-29 21:18:59 +00:00
oca-ci
3d22a07f86 [UPD] Update account_statement_import_file_reconciliation_widget.pot 2022-09-29 21:18:58 +00:00
oca-ci
e423b55e42 [UPD] Update account_statement_import_base.pot 2022-09-29 21:18:57 +00:00
oca-ci
713376b350 [UPD] Update account_statement_import.pot 2022-09-29 21:18:57 +00:00
OCA-git-bot
d9d819eb9f Merge PR #482 into 14.0
Signed-off-by alexis-via
2022-09-29 21:15:38 +00:00
Alexis de Lattre
9851c6cc31 Migration script field online_raw_data -> raw_data 2022-09-29 23:15:17 +02:00
Xavier Bouquiaux
201070e507 [IMP] account_statement_import : menu
odoo has the same kind of module which add the same menus with the same name
i added oca to the menu's name so it's easier to know which menu a client who has the 2 modules should use
2022-08-18 10:15:50 +02:00
Alexis de Lattre
8987b4c993 [ADD] module account_statement_import_file_reconciliation_widget
account_statement_import_file_reconciliation_widget is a glue
auto-install module between account_statement_import (will be renamed
account_statement_import_file in v16) and account_reconciliation_widget.
2022-08-10 17:58:33 +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
6ff4e44f03 Merge PR #486 into 14.0
Signed-off-by alexey-pelykh
2022-08-08 07:03:06 +00:00
Alexey Pelykh
f04ab3e3c1 [UPD] Repo template 2022-08-08 09:02:19 +02:00
OCA-git-bot
b01619b803 Merge PR #483 into 14.0
Signed-off-by alexey-pelykh
2022-08-08 06:49:51 +00:00
Alexey Pelykh
987d550e16 [FIX] account_statement_import_online_paypal: tests 2022-08-08 08:46:20 +02:00
Alexey Pelykh
f0fb23322b [UPD] Repo template 2022-08-08 07:29:27 +02:00
OCA Transbot
2083ae40a1 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_camt
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_camt/
2022-06-14 10:00:52 +00:00
OCA-git-bot
e7468b0aa5 [UPD] addons table in README.md 2022-06-14 10:00:41 +00:00
OCA-git-bot
ba8066b481 account_statement_import_camt 14.0.1.2.0 2022-06-14 10:00:36 +00:00
oca-travis
ba365f2d17 [UPD] Update account_statement_import_camt.pot 2022-06-14 09:52:53 +00:00
OCA-git-bot
d86028f349 Merge PR #438 into 14.0
Signed-off-by StefanRijnhart
2022-06-14 09:48:02 +00:00
Téo Goddet
9e6b6eec9e [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.
2022-06-14 10:01:06 +02:00
OCA-git-bot
ec1cba88c4 [ADD] setup.py 2022-06-13 10:41:41 +00:00
OCA-git-bot
735ada22ac [UPD] addons table in README.md 2022-06-13 10:41:38 +00:00
oca-travis
2c69d7f287 [UPD] Update account_statement_import_online_ponto_ing.pot 2022-06-13 10:23:58 +00:00
OCA-git-bot
b3e0d56724 Merge PR #432 into 14.0
Signed-off-by StefanRijnhart
2022-06-13 10:16:57 +00:00
Ronald Portier
6e48a74acd [ADD] account_statement_import_online_ponto_ing
Extra handling to prevent payment_ref filled with useless duplicate information
2022-06-13 11:44:48 +02:00
OCA-git-bot
deaab3b025 [ADD] setup.py 2022-05-29 15:49:41 +00:00
OCA-git-bot
e2e3509dad [UPD] README.rst 2022-05-29 15:49:40 +00:00
OCA-git-bot
5251ab830f [UPD] addons table in README.md 2022-05-29 15:49:38 +00:00
oca-travis
e58956f9be [UPD] Update account_statement_import_online_paypal.pot 2022-05-29 15:44:29 +00:00
OCA-git-bot
1135bfade8 Merge PR #452 into 14.0
Signed-off-by pedrobaeza
2022-05-29 15:39:36 +00:00
OCA-git-bot
aac055d2c4 [ADD] setup.py 2022-05-23 17:09:50 +00:00
OCA-git-bot
e55b434d5e [UPD] README.rst 2022-05-23 17:09:50 +00:00