From 47ae2852e62ab0481dea7a30b2b3c96429be8393 Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Mon, 12 Aug 2024 23:45:40 +0200 Subject: [PATCH 01/13] [FIX] account_stament_import_file: return JS Functionality --- account_statement_import_file/README.rst | 10 +++++--- account_statement_import_file/__manifest__.py | 8 ++++++- .../readme/CONTRIBUTORS.rst | 1 + .../static/description/index.html | 7 +++--- .../account_statement_import_file.esm.js | 16 +++++++++++++ .../account_statement_import_file.xml | 24 +++++++++++++++++++ 6 files changed, 59 insertions(+), 7 deletions(-) create mode 100644 account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.esm.js create mode 100644 account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml diff --git a/account_statement_import_file/README.rst b/account_statement_import_file/README.rst index 6f8869040..723ce4849 100644 --- a/account_statement_import_file/README.rst +++ b/account_statement_import_file/README.rst @@ -7,7 +7,7 @@ Import Statement Files !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:05b01603d319c8d76bf854f4c741c8439547285d1db7cfddfdd65d8c75a06e54 + !! source digest: sha256:74755549320a88680dd6052fa9350443adf003edf19736d6f0888a30fbee216d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png @@ -77,6 +77,7 @@ Contributors * Odoo S.A. * Alexis de Lattre * Tecnativa - Pedro M. Baeza +* Dixmit - Enric Tobella Maintainers ~~~~~~~~~~~ @@ -94,10 +95,13 @@ promote its widespread use. .. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px :target: https://github.com/alexis-via :alt: alexis-via +.. |maintainer-etobella| image:: https://github.com/etobella.png?size=40px + :target: https://github.com/etobella + :alt: etobella -Current `maintainer `__: +Current `maintainers `__: -|maintainer-alexis-via| +|maintainer-alexis-via| |maintainer-etobella| This module is part of the `OCA/bank-statement-import `_ project on GitHub. diff --git a/account_statement_import_file/__manifest__.py b/account_statement_import_file/__manifest__.py index 6f510dfe8..19d82ca53 100644 --- a/account_statement_import_file/__manifest__.py +++ b/account_statement_import_file/__manifest__.py @@ -10,7 +10,7 @@ "license": "LGPL-3", "depends": ["account_statement_import_base"], "author": "Odoo SA, Akretion, Odoo Community Association (OCA)", - "maintainers": ["alexis-via"], + "maintainers": ["alexis-via", "etobella"], "development_status": "Mature", "website": "https://github.com/OCA/bank-statement-import", "data": [ @@ -21,5 +21,11 @@ "demo": [ "demo/partner_bank.xml", ], + "assets": { + "web.assets_backend": [ + "account_statement_import_file/static/src/**/*.xml", + "account_statement_import_file/static/src/**/*.esm.js", + ], + }, "installable": True, } diff --git a/account_statement_import_file/readme/CONTRIBUTORS.rst b/account_statement_import_file/readme/CONTRIBUTORS.rst index 54f339ba9..7d93738fd 100644 --- a/account_statement_import_file/readme/CONTRIBUTORS.rst +++ b/account_statement_import_file/readme/CONTRIBUTORS.rst @@ -1,3 +1,4 @@ * Odoo S.A. * Alexis de Lattre * Tecnativa - Pedro M. Baeza +* Dixmit - Enric Tobella diff --git a/account_statement_import_file/static/description/index.html b/account_statement_import_file/static/description/index.html index efd3f47eb..cb6f1cb9f 100644 --- a/account_statement_import_file/static/description/index.html +++ b/account_statement_import_file/static/description/index.html @@ -367,7 +367,7 @@

Import Statement Files

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:05b01603d319c8d76bf854f4c741c8439547285d1db7cfddfdd65d8c75a06e54 +!! source digest: sha256:74755549320a88680dd6052fa9350443adf003edf19736d6f0888a30fbee216d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Mature License: LGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runboat

This module is the successor of the module account_bank_statement_import that was part of Odoo Community until Odoo v13 and was moved to Odoo Enterprise for Odoo v14 (cf this commit). We decided to change its name and the name of the wizard object it provides in order to avoid a conflict with the Enterprise module.

@@ -420,6 +420,7 @@

Contributors

  • Odoo S.A.
  • Alexis de Lattre <alexis.delattre@akretion.com>
  • Tecnativa - Pedro M. Baeza
  • +
  • Dixmit - Enric Tobella
  • @@ -429,8 +430,8 @@

    Maintainers

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    -

    Current maintainer:

    -

    alexis-via

    +

    Current maintainers:

    +

    alexis-via etobella

    This module is part of the OCA/bank-statement-import project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    diff --git a/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.esm.js b/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.esm.js new file mode 100644 index 000000000..aa294b8dd --- /dev/null +++ b/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.esm.js @@ -0,0 +1,16 @@ +/** @odoo-module **/ + +import {DashboardKanbanView} from "@account/components/bills_upload/bills_upload"; + +export class DashboardKanbanController extends DashboardKanbanView.Controller { + async uploadStatement() { + console.log(this); + return this.actionService.doAction( + "account_statement_import_file.account_statement_import_action" + ); + } +} + +DashboardKanbanView.Controller = DashboardKanbanController; +DashboardKanbanView.buttonTemplate = + "account_statement_import_file.DashboardKanbanView.Buttons"; diff --git a/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml b/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml new file mode 100644 index 000000000..5a86e082f --- /dev/null +++ b/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml @@ -0,0 +1,24 @@ + + + + + + + + From d4dfcd574060b6c3fa2332aad036570f47f2dfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Fri, 18 Oct 2024 14:01:45 +0200 Subject: [PATCH 02/13] [FIX] account_statement_import_base: sanitized acc number The field acc_number in the database is not sanitized by default. This leads to account_bank_statement_line with an empty partner_id because the check done in _statement_line_import_update_hook() uses the sanitized_acc_number instead of the acc_number. For a right comparison the sanitized version of the acc_number should be put in the speeddict. --- account_statement_import_base/models/account_journal.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/account_statement_import_base/models/account_journal.py b/account_statement_import_base/models/account_journal.py index 3080fe74b..788054336 100644 --- a/account_statement_import_base/models/account_journal.py +++ b/account_statement_import_base/models/account_journal.py @@ -24,7 +24,10 @@ def _statement_line_import_speeddict(self): ["acc_number", "partner_id"], ) for partner_bank in partner_banks: - speeddict["account_number"][partner_bank["acc_number"]] = { + sanitized_acc_number = self._sanitize_bank_account_number( + partner_bank["acc_number"] + ) + speeddict["account_number"][sanitized_acc_number] = { "partner_id": partner_bank["partner_id"][0], "partner_bank_id": partner_bank["id"], } From 849a7ca1eed7be009a5548c6722c4f23f6a10c50 Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Mon, 21 Oct 2024 15:09:50 +0200 Subject: [PATCH 03/13] [FIX] account_statement_import_online_paypal : search transaction with a 1 second margin to ensure it is found --- .../models/online_bank_statement_provider_paypal.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/account_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py b/account_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py index 2f515b042..bfcda564b 100644 --- a/account_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py +++ b/account_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py @@ -364,14 +364,15 @@ def _paypal_get_balance(self, token, currency, as_of_timestamp): def _paypal_get_transaction(self, token, transaction_id, timestamp): self.ensure_one() - transaction_date = timestamp.isoformat() + "Z" + transaction_date_ini = (timestamp - relativedelta(seconds=1)).isoformat() + "Z" + transaction_date_end = (timestamp + relativedelta(seconds=1)).isoformat() + "Z" url = ( (self.api_base or PAYPAL_API_BASE) + "/v1/reporting/transactions" + ("?start_date=%s" "&end_date=%s" "&fields=all") % ( - transaction_date, - transaction_date, + transaction_date_ini, + transaction_date_end, ) ) data = self._paypal_retrieve(url, token) From 392fc7e7fe4bd42ddc589c8b301be912b5173269 Mon Sep 17 00:00:00 2001 From: oca-ci Date: Mon, 16 Dec 2024 07:46:19 +0000 Subject: [PATCH 04/13] [UPD] Update account_statement_import_file.pot --- .../i18n/account_statement_import_file.pot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/account_statement_import_file/i18n/account_statement_import_file.pot b/account_statement_import_file/i18n/account_statement_import_file.pot index 9ec893f72..c8e40c630 100644 --- a/account_statement_import_file/i18n/account_statement_import_file.pot +++ b/account_statement_import_file/i18n/account_statement_import_file.pot @@ -96,7 +96,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" From 1620acc3340affe160b438dda663a545eb582ac6 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 16 Dec 2024 07:49:21 +0000 Subject: [PATCH 05/13] [BOT] post-merge updates --- README.md | 2 +- account_statement_import_file/README.rst | 2 +- account_statement_import_file/__manifest__.py | 2 +- .../static/description/index.html | 14 ++++++++------ 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7c70c1636..c3d3a2696 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ addon | version | maintainers | summary [account_statement_import_base](account_statement_import_base/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Bank Statement Import [account_statement_import_camt](account_statement_import_camt/) | 16.0.1.0.2 | | CAMT Format Bank Statements Import [account_statement_import_camt54](account_statement_import_camt54/) | 16.0.1.0.0 | | Bank Account Camt54 Import -[account_statement_import_file](account_statement_import_file/) | 16.0.1.0.2 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Statement Files +[account_statement_import_file](account_statement_import_file/) | 16.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Import Statement Files [account_statement_import_file_reconcile_oca](account_statement_import_file_reconcile_oca/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Statement Files and Go Direct to Reconciliation [account_statement_import_ofx](account_statement_import_ofx/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import OFX Bank Statement [account_statement_import_online](account_statement_import_online/) | 16.0.1.3.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements update diff --git a/account_statement_import_file/README.rst b/account_statement_import_file/README.rst index 723ce4849..fad2259cf 100644 --- a/account_statement_import_file/README.rst +++ b/account_statement_import_file/README.rst @@ -7,7 +7,7 @@ Import Statement Files !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:74755549320a88680dd6052fa9350443adf003edf19736d6f0888a30fbee216d + !! source digest: sha256:4cb9d31129214139471474143fe6624654b0549708637c0685a82839c991d4a9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/account_statement_import_file/__manifest__.py b/account_statement_import_file/__manifest__.py index 19d82ca53..3fb73ab57 100644 --- a/account_statement_import_file/__manifest__.py +++ b/account_statement_import_file/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Import Statement Files", "category": "Accounting", - "version": "16.0.1.0.2", + "version": "16.0.1.1.0", "license": "LGPL-3", "depends": ["account_statement_import_base"], "author": "Odoo SA, Akretion, Odoo Community Association (OCA)", diff --git a/account_statement_import_file/static/description/index.html b/account_statement_import_file/static/description/index.html index cb6f1cb9f..d50fd3be1 100644 --- a/account_statement_import_file/static/description/index.html +++ b/account_statement_import_file/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

    Import Statement Files

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:74755549320a88680dd6052fa9350443adf003edf19736d6f0888a30fbee216d +!! source digest: sha256:4cb9d31129214139471474143fe6624654b0549708637c0685a82839c991d4a9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

    Mature License: LGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runboat

    This module is the successor of the module account_bank_statement_import that was part of Odoo Community until Odoo v13 and was moved to Odoo Enterprise for Odoo v14 (cf this commit). We decided to change its name and the name of the wizard object it provides in order to avoid a conflict with the Enterprise module.

    @@ -426,7 +426,9 @@

    Contributors

    Maintainers

    This module is maintained by the OCA.

    -Odoo Community Association + +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    From e3833896813552ae883f99466c60d097ac62719c Mon Sep 17 00:00:00 2001 From: Weblate Date: Mon, 16 Dec 2024 07:50:05 +0000 Subject: [PATCH 06/13] 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_file Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/ --- account_statement_import_file/i18n/af.po | 3 +++ account_statement_import_file/i18n/am.po | 3 +++ account_statement_import_file/i18n/ar.po | 3 +++ account_statement_import_file/i18n/az.po | 3 +++ account_statement_import_file/i18n/bg.po | 3 +++ account_statement_import_file/i18n/bs.po | 7 +++++-- account_statement_import_file/i18n/ca.po | 6 +++++- account_statement_import_file/i18n/cs.po | 3 +++ account_statement_import_file/i18n/da.po | 3 +++ account_statement_import_file/i18n/de.po | 3 +++ account_statement_import_file/i18n/el.po | 3 +++ account_statement_import_file/i18n/en_AU.po | 3 +++ account_statement_import_file/i18n/en_GB.po | 3 +++ account_statement_import_file/i18n/es.po | 3 +++ account_statement_import_file/i18n/es_AR.po | 3 +++ account_statement_import_file/i18n/es_BO.po | 3 +++ account_statement_import_file/i18n/es_CL.po | 3 +++ account_statement_import_file/i18n/es_CO.po | 3 +++ account_statement_import_file/i18n/es_CR.po | 3 +++ account_statement_import_file/i18n/es_DO.po | 3 +++ account_statement_import_file/i18n/es_EC.po | 3 +++ account_statement_import_file/i18n/es_PE.po | 3 +++ account_statement_import_file/i18n/es_PY.po | 3 +++ account_statement_import_file/i18n/es_VE.po | 3 +++ account_statement_import_file/i18n/et.po | 3 +++ account_statement_import_file/i18n/eu.po | 3 +++ account_statement_import_file/i18n/fa.po | 3 +++ account_statement_import_file/i18n/fi.po | 3 +++ account_statement_import_file/i18n/fo.po | 3 +++ account_statement_import_file/i18n/fr.po | 3 +++ account_statement_import_file/i18n/fr_BE.po | 3 +++ account_statement_import_file/i18n/fr_CA.po | 3 +++ account_statement_import_file/i18n/fr_FR.po | 3 +++ account_statement_import_file/i18n/gl.po | 3 +++ account_statement_import_file/i18n/gu.po | 3 +++ account_statement_import_file/i18n/he.po | 3 +++ account_statement_import_file/i18n/hr.po | 7 +++++-- account_statement_import_file/i18n/hu.po | 3 +++ account_statement_import_file/i18n/id.po | 3 +++ account_statement_import_file/i18n/is.po | 3 +++ account_statement_import_file/i18n/it.po | 6 +++++- account_statement_import_file/i18n/ja.po | 3 +++ account_statement_import_file/i18n/ka.po | 3 +++ account_statement_import_file/i18n/kab.po | 3 +++ account_statement_import_file/i18n/km.po | 3 +++ account_statement_import_file/i18n/ko.po | 3 +++ account_statement_import_file/i18n/lb.po | 3 +++ account_statement_import_file/i18n/lo.po | 3 +++ account_statement_import_file/i18n/lt.po | 3 +++ account_statement_import_file/i18n/lv.po | 3 +++ account_statement_import_file/i18n/mk.po | 3 +++ account_statement_import_file/i18n/mn.po | 3 +++ account_statement_import_file/i18n/nb.po | 3 +++ account_statement_import_file/i18n/ne.po | 3 +++ account_statement_import_file/i18n/nl.po | 3 +++ account_statement_import_file/i18n/nl_BE.po | 3 +++ account_statement_import_file/i18n/pl.po | 9 ++++++--- account_statement_import_file/i18n/pt.po | 3 +++ account_statement_import_file/i18n/pt_BR.po | 3 +++ account_statement_import_file/i18n/ro.po | 3 +++ account_statement_import_file/i18n/ru.po | 9 ++++++--- account_statement_import_file/i18n/sk.po | 3 +++ account_statement_import_file/i18n/sl.po | 7 +++++-- account_statement_import_file/i18n/sq.po | 3 +++ account_statement_import_file/i18n/sr.po | 7 +++++-- account_statement_import_file/i18n/sr@latin.po | 11 +++++++---- account_statement_import_file/i18n/sv.po | 3 +++ account_statement_import_file/i18n/ta.po | 3 +++ account_statement_import_file/i18n/te.po | 3 +++ account_statement_import_file/i18n/th.po | 3 +++ account_statement_import_file/i18n/tr.po | 8 ++++++-- account_statement_import_file/i18n/uk.po | 3 +++ account_statement_import_file/i18n/vi.po | 3 +++ account_statement_import_file/i18n/zh_CN.po | 3 +++ account_statement_import_file/i18n/zh_TW.po | 3 +++ 75 files changed, 250 insertions(+), 22 deletions(-) diff --git a/account_statement_import_file/i18n/af.po b/account_statement_import_file/i18n/af.po index c39f3436a..872364efa 100644 --- a/account_statement_import_file/i18n/af.po +++ b/account_statement_import_file/i18n/af.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/am.po b/account_statement_import_file/i18n/am.po index 0b41a89ac..7c85a2fbb 100644 --- a/account_statement_import_file/i18n/am.po +++ b/account_statement_import_file/i18n/am.po @@ -101,7 +101,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/ar.po b/account_statement_import_file/i18n/ar.po index 715facd97..6cc500375 100644 --- a/account_statement_import_file/i18n/ar.po +++ b/account_statement_import_file/i18n/ar.po @@ -119,7 +119,10 @@ msgid "Import Statement" msgstr "استيراد كشف حساب" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/az.po b/account_statement_import_file/i18n/az.po index 8d7b75158..f424cd10f 100644 --- a/account_statement_import_file/i18n/az.po +++ b/account_statement_import_file/i18n/az.po @@ -98,7 +98,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/bg.po b/account_statement_import_file/i18n/bg.po index 553d0f2af..020ee2e26 100644 --- a/account_statement_import_file/i18n/bg.po +++ b/account_statement_import_file/i18n/bg.po @@ -101,7 +101,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/bs.po b/account_statement_import_file/i18n/bs.po index 5c0e2685b..98d3a422d 100644 --- a/account_statement_import_file/i18n/bs.po +++ b/account_statement_import_file/i18n/bs.po @@ -18,8 +18,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: account_statement_import_file #. odoo-python @@ -106,7 +106,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/ca.po b/account_statement_import_file/i18n/ca.po index 0e5ac3fa3..a691688f0 100644 --- a/account_statement_import_file/i18n/ca.po +++ b/account_statement_import_file/i18n/ca.po @@ -111,7 +111,10 @@ msgid "Import Statement" msgstr "Importar extracte" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "Importar extracte bancari (OCA)" @@ -174,7 +177,8 @@ msgstr "Formats suportats:" #: code:addons/account_statement_import_file/wizard/account_statement_import.py:0 #, python-format msgid "The Bank Accounting Account is not set on the journal '%s'." -msgstr "El compte comptable del compte bancari no està establert al diari '%s'." +msgstr "" +"El compte comptable del compte bancari no està establert al diari '%s'." #. module: account_statement_import_file #. odoo-python diff --git a/account_statement_import_file/i18n/cs.po b/account_statement_import_file/i18n/cs.po index 1ba4f6b66..b2e046a74 100644 --- a/account_statement_import_file/i18n/cs.po +++ b/account_statement_import_file/i18n/cs.po @@ -111,7 +111,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/da.po b/account_statement_import_file/i18n/da.po index 6bc74d9e8..c20a065f9 100644 --- a/account_statement_import_file/i18n/da.po +++ b/account_statement_import_file/i18n/da.po @@ -111,7 +111,10 @@ msgid "Import Statement" msgstr "Importer kontoudtog" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/de.po b/account_statement_import_file/i18n/de.po index f5736341c..802600f84 100644 --- a/account_statement_import_file/i18n/de.po +++ b/account_statement_import_file/i18n/de.po @@ -111,7 +111,10 @@ msgid "Import Statement" msgstr "Bankauszug importieren" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/el.po b/account_statement_import_file/i18n/el.po index 58f871197..b5ba84f79 100644 --- a/account_statement_import_file/i18n/el.po +++ b/account_statement_import_file/i18n/el.po @@ -108,7 +108,10 @@ msgid "Import Statement" msgstr "Εισαγωγή Statement" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/en_AU.po b/account_statement_import_file/i18n/en_AU.po index a50d703f5..3d8921818 100644 --- a/account_statement_import_file/i18n/en_AU.po +++ b/account_statement_import_file/i18n/en_AU.po @@ -101,7 +101,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/en_GB.po b/account_statement_import_file/i18n/en_GB.po index 5c55400d2..85071bf6a 100644 --- a/account_statement_import_file/i18n/en_GB.po +++ b/account_statement_import_file/i18n/en_GB.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/es.po b/account_statement_import_file/i18n/es.po index f239b7f6e..604bbd13e 100644 --- a/account_statement_import_file/i18n/es.po +++ b/account_statement_import_file/i18n/es.po @@ -119,7 +119,10 @@ msgid "Import Statement" msgstr "Importar extracto" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "Importar Extracto (OCA)" diff --git a/account_statement_import_file/i18n/es_AR.po b/account_statement_import_file/i18n/es_AR.po index 8767dcad2..e6daa1790 100644 --- a/account_statement_import_file/i18n/es_AR.po +++ b/account_statement_import_file/i18n/es_AR.po @@ -103,7 +103,10 @@ msgid "Import Statement" msgstr "Importar Extracto" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/es_BO.po b/account_statement_import_file/i18n/es_BO.po index 6b8ac7293..47382993d 100644 --- a/account_statement_import_file/i18n/es_BO.po +++ b/account_statement_import_file/i18n/es_BO.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/es_CL.po b/account_statement_import_file/i18n/es_CL.po index fb8111121..104d3d8de 100644 --- a/account_statement_import_file/i18n/es_CL.po +++ b/account_statement_import_file/i18n/es_CL.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/es_CO.po b/account_statement_import_file/i18n/es_CO.po index 6c8e7b54b..d68a0b472 100644 --- a/account_statement_import_file/i18n/es_CO.po +++ b/account_statement_import_file/i18n/es_CO.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/es_CR.po b/account_statement_import_file/i18n/es_CR.po index fad549398..b13d2ae45 100644 --- a/account_statement_import_file/i18n/es_CR.po +++ b/account_statement_import_file/i18n/es_CR.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/es_DO.po b/account_statement_import_file/i18n/es_DO.po index 12812ec48..d9733bc73 100644 --- a/account_statement_import_file/i18n/es_DO.po +++ b/account_statement_import_file/i18n/es_DO.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/es_EC.po b/account_statement_import_file/i18n/es_EC.po index d4f5ab36c..a7987c806 100644 --- a/account_statement_import_file/i18n/es_EC.po +++ b/account_statement_import_file/i18n/es_EC.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/es_PE.po b/account_statement_import_file/i18n/es_PE.po index b66afd47d..9e5117e76 100644 --- a/account_statement_import_file/i18n/es_PE.po +++ b/account_statement_import_file/i18n/es_PE.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/es_PY.po b/account_statement_import_file/i18n/es_PY.po index 7de344653..698f38666 100644 --- a/account_statement_import_file/i18n/es_PY.po +++ b/account_statement_import_file/i18n/es_PY.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/es_VE.po b/account_statement_import_file/i18n/es_VE.po index a6f9942ce..ea571032a 100644 --- a/account_statement_import_file/i18n/es_VE.po +++ b/account_statement_import_file/i18n/es_VE.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/et.po b/account_statement_import_file/i18n/et.po index b7f840c0d..3fd95c0d5 100644 --- a/account_statement_import_file/i18n/et.po +++ b/account_statement_import_file/i18n/et.po @@ -111,7 +111,10 @@ msgid "Import Statement" msgstr "Impordi väljavõte" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/eu.po b/account_statement_import_file/i18n/eu.po index c93d4477d..c5610665b 100644 --- a/account_statement_import_file/i18n/eu.po +++ b/account_statement_import_file/i18n/eu.po @@ -101,7 +101,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/fa.po b/account_statement_import_file/i18n/fa.po index fa8647c30..5ba0353b8 100644 --- a/account_statement_import_file/i18n/fa.po +++ b/account_statement_import_file/i18n/fa.po @@ -109,7 +109,10 @@ msgid "Import Statement" msgstr "ورود از فایل صورتحساب" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/fi.po b/account_statement_import_file/i18n/fi.po index 3d73f6748..781d87364 100644 --- a/account_statement_import_file/i18n/fi.po +++ b/account_statement_import_file/i18n/fi.po @@ -109,7 +109,10 @@ msgid "Import Statement" msgstr "Tuo tiliote" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/fo.po b/account_statement_import_file/i18n/fo.po index 06e2fe56a..9c0ff3fe2 100644 --- a/account_statement_import_file/i18n/fo.po +++ b/account_statement_import_file/i18n/fo.po @@ -101,7 +101,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/fr.po b/account_statement_import_file/i18n/fr.po index 7255c6979..c9e1c5008 100644 --- a/account_statement_import_file/i18n/fr.po +++ b/account_statement_import_file/i18n/fr.po @@ -115,7 +115,10 @@ msgid "Import Statement" msgstr "Import d'un relevé" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "Import de relevé (OCA)" diff --git a/account_statement_import_file/i18n/fr_BE.po b/account_statement_import_file/i18n/fr_BE.po index 4b2682185..0a2c7273e 100644 --- a/account_statement_import_file/i18n/fr_BE.po +++ b/account_statement_import_file/i18n/fr_BE.po @@ -104,7 +104,10 @@ msgid "Import Statement" msgstr "Déclaration d'importation" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/fr_CA.po b/account_statement_import_file/i18n/fr_CA.po index c3801c5fc..759329d22 100644 --- a/account_statement_import_file/i18n/fr_CA.po +++ b/account_statement_import_file/i18n/fr_CA.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/fr_FR.po b/account_statement_import_file/i18n/fr_FR.po index e863ff616..469cda961 100644 --- a/account_statement_import_file/i18n/fr_FR.po +++ b/account_statement_import_file/i18n/fr_FR.po @@ -100,7 +100,10 @@ msgid "Import Statement" msgstr "Importation d'un relevé" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/gl.po b/account_statement_import_file/i18n/gl.po index 37af8ec89..2e53514a6 100644 --- a/account_statement_import_file/i18n/gl.po +++ b/account_statement_import_file/i18n/gl.po @@ -101,7 +101,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/gu.po b/account_statement_import_file/i18n/gu.po index 2c0dc435d..95b97aae3 100644 --- a/account_statement_import_file/i18n/gu.po +++ b/account_statement_import_file/i18n/gu.po @@ -108,7 +108,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/he.po b/account_statement_import_file/i18n/he.po index bb20cec18..fc55e6e2f 100644 --- a/account_statement_import_file/i18n/he.po +++ b/account_statement_import_file/i18n/he.po @@ -113,7 +113,10 @@ msgid "Import Statement" msgstr "יבא שורה" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/hr.po b/account_statement_import_file/i18n/hr.po index 5b8ded580..228fe8feb 100644 --- a/account_statement_import_file/i18n/hr.po +++ b/account_statement_import_file/i18n/hr.po @@ -29,8 +29,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.14.1\n" #. module: account_statement_import_file @@ -120,7 +120,10 @@ msgid "Import Statement" msgstr "Uvoz izvoda" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "Uvoz izvoda (OCA)" diff --git a/account_statement_import_file/i18n/hu.po b/account_statement_import_file/i18n/hu.po index 92f163728..13dd35ca8 100644 --- a/account_statement_import_file/i18n/hu.po +++ b/account_statement_import_file/i18n/hu.po @@ -109,7 +109,10 @@ msgid "Import Statement" msgstr "Kivonat importálása" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/id.po b/account_statement_import_file/i18n/id.po index 954ed08e4..ffd4eb740 100644 --- a/account_statement_import_file/i18n/id.po +++ b/account_statement_import_file/i18n/id.po @@ -114,7 +114,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/is.po b/account_statement_import_file/i18n/is.po index 476dd1157..da33b2ac7 100644 --- a/account_statement_import_file/i18n/is.po +++ b/account_statement_import_file/i18n/is.po @@ -106,7 +106,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/it.po b/account_statement_import_file/i18n/it.po index b18d830bf..6a0ea4292 100644 --- a/account_statement_import_file/i18n/it.po +++ b/account_statement_import_file/i18n/it.po @@ -91,7 +91,8 @@ msgstr "Nome visualizzato" #. module: account_statement_import_file #: model:ir.model.fields,help:account_statement_import_file.field_account_statement_import__statement_file msgid "Download bank statement files from your bank and upload them here." -msgstr "Scaricare il file l'estratto conto dalla propria banca e caricarlo qui." +msgstr "" +"Scaricare il file l'estratto conto dalla propria banca e caricarlo qui." #. module: account_statement_import_file #: model:ir.model.fields,field_description:account_statement_import_file.field_account_statement_import__id @@ -121,7 +122,10 @@ msgid "Import Statement" msgstr "Importa estratto conto" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "Imposta estratto conto (OCA)" diff --git a/account_statement_import_file/i18n/ja.po b/account_statement_import_file/i18n/ja.po index b2d623631..1eda4144a 100644 --- a/account_statement_import_file/i18n/ja.po +++ b/account_statement_import_file/i18n/ja.po @@ -109,7 +109,10 @@ msgid "Import Statement" msgstr "取引明細書をインポート" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/ka.po b/account_statement_import_file/i18n/ka.po index 842b6df79..7093a4cad 100644 --- a/account_statement_import_file/i18n/ka.po +++ b/account_statement_import_file/i18n/ka.po @@ -101,7 +101,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/kab.po b/account_statement_import_file/i18n/kab.po index 77d6cbca2..ae8f8e9f7 100644 --- a/account_statement_import_file/i18n/kab.po +++ b/account_statement_import_file/i18n/kab.po @@ -101,7 +101,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/km.po b/account_statement_import_file/i18n/km.po index 86c071b7c..6915fdc95 100644 --- a/account_statement_import_file/i18n/km.po +++ b/account_statement_import_file/i18n/km.po @@ -105,7 +105,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/ko.po b/account_statement_import_file/i18n/ko.po index e70734812..2f6323941 100644 --- a/account_statement_import_file/i18n/ko.po +++ b/account_statement_import_file/i18n/ko.po @@ -109,7 +109,10 @@ msgid "Import Statement" msgstr "명세서 가져오기" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/lb.po b/account_statement_import_file/i18n/lb.po index 6617d55cc..da22f8205 100644 --- a/account_statement_import_file/i18n/lb.po +++ b/account_statement_import_file/i18n/lb.po @@ -99,7 +99,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/lo.po b/account_statement_import_file/i18n/lo.po index 4bd944661..4ff7f9cd8 100644 --- a/account_statement_import_file/i18n/lo.po +++ b/account_statement_import_file/i18n/lo.po @@ -101,7 +101,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/lt.po b/account_statement_import_file/i18n/lt.po index b10970611..ff25bd590 100644 --- a/account_statement_import_file/i18n/lt.po +++ b/account_statement_import_file/i18n/lt.po @@ -114,7 +114,10 @@ msgid "Import Statement" msgstr "Importuoti išrašą" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/lv.po b/account_statement_import_file/i18n/lv.po index 9660329f0..14deb035a 100644 --- a/account_statement_import_file/i18n/lv.po +++ b/account_statement_import_file/i18n/lv.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/mk.po b/account_statement_import_file/i18n/mk.po index 75a7cdfa0..e0e94221c 100644 --- a/account_statement_import_file/i18n/mk.po +++ b/account_statement_import_file/i18n/mk.po @@ -101,7 +101,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/mn.po b/account_statement_import_file/i18n/mn.po index 6bd582f01..89fc00290 100644 --- a/account_statement_import_file/i18n/mn.po +++ b/account_statement_import_file/i18n/mn.po @@ -108,7 +108,10 @@ msgid "Import Statement" msgstr "Хуулга Импортлох" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/nb.po b/account_statement_import_file/i18n/nb.po index 41094fecf..0d91e24d8 100644 --- a/account_statement_import_file/i18n/nb.po +++ b/account_statement_import_file/i18n/nb.po @@ -107,7 +107,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/ne.po b/account_statement_import_file/i18n/ne.po index a25cdbda7..6f2d9282f 100644 --- a/account_statement_import_file/i18n/ne.po +++ b/account_statement_import_file/i18n/ne.po @@ -98,7 +98,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/nl.po b/account_statement_import_file/i18n/nl.po index 7c10168ea..bdb8d64a7 100644 --- a/account_statement_import_file/i18n/nl.po +++ b/account_statement_import_file/i18n/nl.po @@ -111,7 +111,10 @@ msgid "Import Statement" msgstr "Bankafschrift importeren" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/nl_BE.po b/account_statement_import_file/i18n/nl_BE.po index d0a6d3993..519e8c5bd 100644 --- a/account_statement_import_file/i18n/nl_BE.po +++ b/account_statement_import_file/i18n/nl_BE.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/pl.po b/account_statement_import_file/i18n/pl.po index ea1f135ca..61a7c787c 100644 --- a/account_statement_import_file/i18n/pl.po +++ b/account_statement_import_file/i18n/pl.po @@ -31,9 +31,9 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" -"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" -"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && " +"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " +"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: account_statement_import_file #. odoo-python @@ -120,7 +120,10 @@ msgid "Import Statement" msgstr "Importuj wyciąg" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/pt.po b/account_statement_import_file/i18n/pt.po index fe6ed63c2..086007603 100644 --- a/account_statement_import_file/i18n/pt.po +++ b/account_statement_import_file/i18n/pt.po @@ -105,7 +105,10 @@ msgid "Import Statement" msgstr "Importar Extrato" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "Importar Extrato (OCA)" diff --git a/account_statement_import_file/i18n/pt_BR.po b/account_statement_import_file/i18n/pt_BR.po index 7dd4a3971..fb0e4db45 100644 --- a/account_statement_import_file/i18n/pt_BR.po +++ b/account_statement_import_file/i18n/pt_BR.po @@ -125,7 +125,10 @@ msgid "Import Statement" msgstr "Importar Extrato" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "Importar Extrato (OCA)" diff --git a/account_statement_import_file/i18n/ro.po b/account_statement_import_file/i18n/ro.po index b281bccac..09639656f 100644 --- a/account_statement_import_file/i18n/ro.po +++ b/account_statement_import_file/i18n/ro.po @@ -99,7 +99,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/ru.po b/account_statement_import_file/i18n/ru.po index 3a263213d..201396b73 100644 --- a/account_statement_import_file/i18n/ru.po +++ b/account_statement_import_file/i18n/ru.po @@ -21,9 +21,9 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" -"%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " +"(n%100>=11 && n%100<=14)? 2 : 3);\n" #. module: account_statement_import_file #. odoo-python @@ -110,7 +110,10 @@ msgid "Import Statement" msgstr "ID Выписки" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/sk.po b/account_statement_import_file/i18n/sk.po index a5222bab1..ae2284333 100644 --- a/account_statement_import_file/i18n/sk.po +++ b/account_statement_import_file/i18n/sk.po @@ -107,7 +107,10 @@ msgid "Import Statement" msgstr "Importovať výpis" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/sl.po b/account_statement_import_file/i18n/sl.po index 68098f638..1aaefc305 100644 --- a/account_statement_import_file/i18n/sl.po +++ b/account_statement_import_file/i18n/sl.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" #. module: account_statement_import_file #. odoo-python @@ -99,7 +99,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/sq.po b/account_statement_import_file/i18n/sq.po index b2901fd77..45e12b4b0 100644 --- a/account_statement_import_file/i18n/sq.po +++ b/account_statement_import_file/i18n/sq.po @@ -101,7 +101,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/sr.po b/account_statement_import_file/i18n/sr.po index 27d4e10f4..a2576b456 100644 --- a/account_statement_import_file/i18n/sr.po +++ b/account_statement_import_file/i18n/sr.po @@ -18,8 +18,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: account_statement_import_file #. odoo-python @@ -106,7 +106,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/sr@latin.po b/account_statement_import_file/i18n/sr@latin.po index 631903070..21f5f1dd4 100644 --- a/account_statement_import_file/i18n/sr@latin.po +++ b/account_statement_import_file/i18n/sr@latin.po @@ -15,14 +15,14 @@ msgstr "" "POT-Creation-Date: 2022-01-26 09:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n" "Last-Translator: Bojan Vrućinić , 2017\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr" -"%40latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/" +"sr%40latin/)\n" "Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: account_statement_import_file #. odoo-python @@ -109,7 +109,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/sv.po b/account_statement_import_file/i18n/sv.po index e407588ba..bf96b26b0 100644 --- a/account_statement_import_file/i18n/sv.po +++ b/account_statement_import_file/i18n/sv.po @@ -110,7 +110,10 @@ msgid "Import Statement" msgstr "Importförsäkran" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "Importförsäkran (OCA)" diff --git a/account_statement_import_file/i18n/ta.po b/account_statement_import_file/i18n/ta.po index b8fa5615b..bb2706bc5 100644 --- a/account_statement_import_file/i18n/ta.po +++ b/account_statement_import_file/i18n/ta.po @@ -102,7 +102,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/te.po b/account_statement_import_file/i18n/te.po index 9ce56b5b3..0a7bf42e3 100644 --- a/account_statement_import_file/i18n/te.po +++ b/account_statement_import_file/i18n/te.po @@ -100,7 +100,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/th.po b/account_statement_import_file/i18n/th.po index a4f2b0dcc..f5c911e56 100644 --- a/account_statement_import_file/i18n/th.po +++ b/account_statement_import_file/i18n/th.po @@ -108,7 +108,10 @@ msgid "Import Statement" msgstr "" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/tr.po b/account_statement_import_file/i18n/tr.po index f868ddb9a..953d5c41d 100644 --- a/account_statement_import_file/i18n/tr.po +++ b/account_statement_import_file/i18n/tr.po @@ -119,7 +119,10 @@ msgid "Import Statement" msgstr "Ekstre İçe Aktar" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "Hesap Ektresi İçeri Aktarma" @@ -216,8 +219,9 @@ msgid "" "The currency of the bank statement (%(currency_name)s) is not the same as " "the currency of the journal '%(journal_name)s' (%(journal_currency_name)s)." msgstr "" -"Banka ekstresinin para birimi (%(currency_name)s), '%(journal_name)s' " -"(%(journal_currency_name)s) yevmiyenin para birimiyle aynı değil." +"Banka ekstresinin para birimi (%(currency_name)s), " +"'%(journal_name)s' (%(journal_currency_name)s) yevmiyenin para birimiyle " +"aynı değil." #. module: account_statement_import_file #. odoo-python diff --git a/account_statement_import_file/i18n/uk.po b/account_statement_import_file/i18n/uk.po index 5ae48bab0..fc13f6c6e 100644 --- a/account_statement_import_file/i18n/uk.po +++ b/account_statement_import_file/i18n/uk.po @@ -108,7 +108,10 @@ msgid "Import Statement" msgstr "Імпорт виписки" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/vi.po b/account_statement_import_file/i18n/vi.po index a97aea693..7128c4c93 100644 --- a/account_statement_import_file/i18n/vi.po +++ b/account_statement_import_file/i18n/vi.po @@ -111,7 +111,10 @@ msgid "Import Statement" msgstr "Nhập Giao dịch" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/zh_CN.po b/account_statement_import_file/i18n/zh_CN.po index d63c70c66..e676b1d79 100644 --- a/account_statement_import_file/i18n/zh_CN.po +++ b/account_statement_import_file/i18n/zh_CN.po @@ -120,7 +120,10 @@ msgid "Import Statement" msgstr "导入对账单" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" diff --git a/account_statement_import_file/i18n/zh_TW.po b/account_statement_import_file/i18n/zh_TW.po index 9fcd92d7d..8fe4667da 100644 --- a/account_statement_import_file/i18n/zh_TW.po +++ b/account_statement_import_file/i18n/zh_TW.po @@ -108,7 +108,10 @@ msgid "Import Statement" msgstr "導入對帳單" #. module: account_statement_import_file +#. odoo-javascript +#: code:addons/account_statement_import_file/static/src/account_statement_import_file/account_statement_import_file.xml:0 #: model_terms:ir.ui.view,arch_db:account_statement_import_file.journal_dashboard_view_inherit +#, python-format msgid "Import Statement (OCA)" msgstr "" From 0049b44ff1d1b0dfddb94114b435c841f04ab751 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 24 Dec 2024 09:29:17 +0000 Subject: [PATCH 07/13] [BOT] post-merge updates --- README.md | 2 +- account_statement_import_online_paypal/README.rst | 2 +- .../__manifest__.py | 2 +- .../static/description/index.html | 13 ++++++++----- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c3d3a2696..63a5f250c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ addon | version | maintainers | summary [account_statement_import_online](account_statement_import_online/) | 16.0.1.3.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements update [account_statement_import_online_gocardless](account_statement_import_online_gocardless/) | 16.0.1.2.4 | | Online Bank Statements: GoCardless [account_statement_import_online_ofx](account_statement_import_online_ofx/) | 16.0.1.0.0 | | Online bank statements for OFX -[account_statement_import_online_paypal](account_statement_import_online_paypal/) | 16.0.1.0.1 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements for PayPal.com +[account_statement_import_online_paypal](account_statement_import_online_paypal/) | 16.0.1.0.2 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements for PayPal.com [account_statement_import_online_ponto](account_statement_import_online_ponto/) | 16.0.1.1.1 | | Online Bank Statements: MyPonto.com [account_statement_import_online_qonto](account_statement_import_online_qonto/) | 16.0.1.0.1 | | Online Bank Statements: Qonto [account_statement_import_qif](account_statement_import_qif/) | 16.0.1.0.0 | | Import QIF Bank Statements diff --git a/account_statement_import_online_paypal/README.rst b/account_statement_import_online_paypal/README.rst index 3504fd5d1..f1b732ccb 100644 --- a/account_statement_import_online_paypal/README.rst +++ b/account_statement_import_online_paypal/README.rst @@ -7,7 +7,7 @@ Online Bank Statements: PayPal.com !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:521adb8885c2e05ded338567e46308d7cae6e63faa15f8e989124b5390b7d7a4 + !! source digest: sha256:ddc2b0d3643831abd09d02f6348221d2782da3d0b285231a1d937b0eb79ee082 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_statement_import_online_paypal/__manifest__.py b/account_statement_import_online_paypal/__manifest__.py index fcae4b37f..6347d8d62 100644 --- a/account_statement_import_online_paypal/__manifest__.py +++ b/account_statement_import_online_paypal/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Online Bank Statements: PayPal.com", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "author": "CorporateHub, Odoo Community Association (OCA)", "maintainers": ["alexey-pelykh"], "website": "https://github.com/OCA/bank-statement-import", diff --git a/account_statement_import_online_paypal/static/description/index.html b/account_statement_import_online_paypal/static/description/index.html index 41a8ddd40..d50d3e8a7 100644 --- a/account_statement_import_online_paypal/static/description/index.html +++ b/account_statement_import_online_paypal/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

    Online Bank Statements: PayPal.com

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:521adb8885c2e05ded338567e46308d7cae6e63faa15f8e989124b5390b7d7a4 +!! source digest: sha256:ddc2b0d3643831abd09d02f6348221d2782da3d0b285231a1d937b0eb79ee082 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

    Beta License: AGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runboat

    This module provides online bank statements from @@ -483,7 +484,9 @@

    Contributors

    Maintainers

    This module is maintained by the OCA.

    -Odoo Community Association + +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    From 5e151fc7046824bce199542ac05b490a0d4441cb Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 24 Dec 2024 09:35:38 +0000 Subject: [PATCH 08/13] [BOT] post-merge updates --- README.md | 2 +- account_statement_import_base/README.rst | 2 +- account_statement_import_base/__manifest__.py | 2 +- .../static/description/index.html | 14 ++++++++------ 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 63a5f250c..e2bfa38f4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[account_statement_import_base](account_statement_import_base/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Bank Statement Import +[account_statement_import_base](account_statement_import_base/) | 16.0.1.0.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Bank Statement Import [account_statement_import_camt](account_statement_import_camt/) | 16.0.1.0.2 | | CAMT Format Bank Statements Import [account_statement_import_camt54](account_statement_import_camt54/) | 16.0.1.0.0 | | Bank Account Camt54 Import [account_statement_import_file](account_statement_import_file/) | 16.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Import Statement Files diff --git a/account_statement_import_base/README.rst b/account_statement_import_base/README.rst index dced4049e..1e1c44c83 100644 --- a/account_statement_import_base/README.rst +++ b/account_statement_import_base/README.rst @@ -7,7 +7,7 @@ Base module for Bank Statement Import !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9fa09d431b4c7e1698f01c7fd2250709e7c51a8ad373c7b6bdefe84c3ead0541 + !! source digest: sha256:c7cc0078d436d9ef292a3f62de69631a3899fa891089fe235b6c086a6063f0ca !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/account_statement_import_base/__manifest__.py b/account_statement_import_base/__manifest__.py index d5d78b395..10653f1b7 100644 --- a/account_statement_import_base/__manifest__.py +++ b/account_statement_import_base/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Base module for Bank Statement Import", "category": "Accounting", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "LGPL-3", "depends": ["account_statement_base"], "author": "Akretion, Odoo Community Association (OCA)", diff --git a/account_statement_import_base/static/description/index.html b/account_statement_import_base/static/description/index.html index 0d7a670f5..4fdbb1968 100644 --- a/account_statement_import_base/static/description/index.html +++ b/account_statement_import_base/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

    Base module for Bank Statement Import

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:9fa09d431b4c7e1698f01c7fd2250709e7c51a8ad373c7b6bdefe84c3ead0541 +!! source digest: sha256:c7cc0078d436d9ef292a3f62de69631a3899fa891089fe235b6c086a6063f0ca !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

    Mature License: LGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runboat

    This is a technical module designed to share code between 2 other modules:

    @@ -412,7 +412,9 @@

    Contributors

    Maintainers

    This module is maintained by the OCA.

    -Odoo Community Association + +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    From 44cf0c53492850fc8f9ee6ab496209f04e42b841 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Mon, 30 Dec 2024 10:26:13 -0500 Subject: [PATCH 09/13] [IMP] account_statement_import_online: add option to enable or disable statement creation. Starting from Odoo 16, bank statements are optional. This commit introduces the option to create statements automatically or skip their creation. --- .../models/online_bank_statement_provider.py | 24 ++++++++++++++++--- ...st_account_bank_statement_import_online.py | 9 +++++++ .../views/online_bank_statement_provider.xml | 1 + 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/account_statement_import_online/models/online_bank_statement_provider.py b/account_statement_import_online/models/online_bank_statement_provider.py index e62e9dfe3..840e56059 100644 --- a/account_statement_import_online/models/online_bank_statement_provider.py +++ b/account_statement_import_online/models/online_bank_statement_provider.py @@ -26,6 +26,10 @@ class OnlineBankStatementProvider(models.Model): company_id = fields.Many2one(related="journal_id.company_id", store=True) active = fields.Boolean(default=True) + create_statement = fields.Boolean( + default=True, + help="Create statements for the downloaded transactions automatically or not.", + ) name = fields.Char(compute="_compute_name", store=True) journal_id = fields.Many2one( comodel_name="account.journal", @@ -76,11 +80,12 @@ class OnlineBankStatementProvider(models.Model): ) statement_creation_mode = fields.Selection( selection=[ - ("daily", "Daily statements"), - ("weekly", "Weekly statements"), - ("monthly", "Monthly statements"), + ("daily", "Day"), + ("weekly", "Week"), + ("monthly", "Month"), ], default="daily", + string="Transactions interval to obtain", required=True, ) api_base = fields.Char() @@ -298,6 +303,8 @@ def _statement_create_or_write(self, statement_values): """Final creation of statement if new, else write.""" AccountBankStatement = self.env["account.bank.statement"] is_scheduled = self.env.context.get("scheduled") + if not self.create_statement: + return self._online_create_statement_lines(statement_values) if is_scheduled: AccountBankStatement = AccountBankStatement.with_context( tracking_disable=True, @@ -319,6 +326,17 @@ def _statement_create_or_write(self, statement_values): statement.write(statement_values) return statement + def _online_create_statement_lines(self, statement_values): + AccountBankStatementLine = self.env["account.bank.statement.line"] + is_scheduled = self.env.context.get("scheduled") + if is_scheduled: + AccountBankStatementLine = AccountBankStatementLine.with_context( + tracking_disable=True, + ) + lines = [line[2] for line in statement_values.get("line_ids", [])] + AccountBankStatementLine.create(lines) + return self.env["account.bank.statement"] # Return empty statement + def _get_statement_filtered_lines( self, unfiltered_lines, diff --git a/account_statement_import_online/tests/test_account_bank_statement_import_online.py b/account_statement_import_online/tests/test_account_bank_statement_import_online.py index 26ac1c58d..526fdf568 100644 --- a/account_statement_import_online/tests/test_account_bank_statement_import_online.py +++ b/account_statement_import_online/tests/test_account_bank_statement_import_online.py @@ -385,6 +385,15 @@ def test_dont_create_empty_statements(self): self.assertEqual(statements[1].balance_end, 200) self.assertEqual(len(statements[1].line_ids), 1) + def test_dont_create_statement(self): + self.provider.statement_creation_mode = "monthly" + self.provider.create_statement = False + date_since = datetime(2024, 12, 1) + date_until = datetime(2024, 12, 31, 23, 59, 59) + self.provider.with_context(step={"days": 1})._pull(date_since, date_until) + self._getExpectedStatements(0) + self._getExpectedLines(31) + def test_unlink_provider(self): """Unlink provider should clear fields on journal.""" self.provider.unlink() diff --git a/account_statement_import_online/views/online_bank_statement_provider.xml b/account_statement_import_online/views/online_bank_statement_provider.xml index c21a9ce6e..d136a2918 100644 --- a/account_statement_import_online/views/online_bank_statement_provider.xml +++ b/account_statement_import_online/views/online_bank_statement_provider.xml @@ -83,6 +83,7 @@ + From 6f17b3026cdb17e59d62c0ff83f9ce9d9fa2b3c2 Mon Sep 17 00:00:00 2001 From: oca-ci Date: Tue, 31 Dec 2024 12:52:37 +0000 Subject: [PATCH 10/13] [UPD] Update account_statement_import_online.pot --- .../i18n/account_statement_import_online.pot | 33 ++++++++++++------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/account_statement_import_online/i18n/account_statement_import_online.pot b/account_statement_import_online/i18n/account_statement_import_online.pot index 1a84bd453..e80d3f03f 100644 --- a/account_statement_import_online/i18n/account_statement_import_online.pot +++ b/account_statement_import_online/i18n/account_statement_import_online.pot @@ -99,6 +99,17 @@ msgstr "" msgid "Configuration" msgstr "" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_statement +msgid "Create Statement" +msgstr "" + +#. module: account_statement_import_online +#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__create_statement +msgid "" +"Create statements for the downloaded transactions automatically or not." +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_uid #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__create_uid @@ -120,7 +131,7 @@ msgstr "" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__daily -msgid "Daily statements" +msgid "Day" msgstr "" #. module: account_statement_import_online @@ -279,7 +290,7 @@ msgstr "" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__monthly -msgid "Monthly statements" +msgid "Month" msgstr "" #. module: account_statement_import_online @@ -491,11 +502,6 @@ msgstr "" msgid "Show Transaction Data" msgstr "" -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode -msgid "Statement Creation Mode" -msgstr "" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal__online_bank_statement_provider_id msgid "Statement Provider" @@ -523,6 +529,11 @@ msgstr "" msgid "To" msgstr "" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode +msgid "Transactions interval to obtain" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__update_schedule msgid "Update Schedule" @@ -544,11 +555,11 @@ msgid "Website communication history" msgstr "" #. module: account_statement_import_online -#: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__weeks -msgid "Week(s)" +#: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__weekly +msgid "Week" msgstr "" #. module: account_statement_import_online -#: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__weekly -msgid "Weekly statements" +#: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__weeks +msgid "Week(s)" msgstr "" From 05a0eb672b2a2532d0ccb64f37584d17d9c5f8cf Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 31 Dec 2024 12:55:38 +0000 Subject: [PATCH 11/13] [BOT] post-merge updates --- README.md | 2 +- account_statement_import_online/README.rst | 2 +- account_statement_import_online/__manifest__.py | 2 +- account_statement_import_online/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2bfa38f4..99ba99f33 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ addon | version | maintainers | summary [account_statement_import_file](account_statement_import_file/) | 16.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Import Statement Files [account_statement_import_file_reconcile_oca](account_statement_import_file_reconcile_oca/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Statement Files and Go Direct to Reconciliation [account_statement_import_ofx](account_statement_import_ofx/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import OFX Bank Statement -[account_statement_import_online](account_statement_import_online/) | 16.0.1.3.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements update +[account_statement_import_online](account_statement_import_online/) | 16.0.1.4.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements update [account_statement_import_online_gocardless](account_statement_import_online_gocardless/) | 16.0.1.2.4 | | Online Bank Statements: GoCardless [account_statement_import_online_ofx](account_statement_import_online_ofx/) | 16.0.1.0.0 | | Online bank statements for OFX [account_statement_import_online_paypal](account_statement_import_online_paypal/) | 16.0.1.0.2 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements for PayPal.com diff --git a/account_statement_import_online/README.rst b/account_statement_import_online/README.rst index 8616b5c80..30b95c534 100644 --- a/account_statement_import_online/README.rst +++ b/account_statement_import_online/README.rst @@ -7,7 +7,7 @@ Online Bank Statements !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f27d851009cc372fa3b767fd1352339a1f46d02606ed5b82934fd56ae144f981 + !! source digest: sha256:7c346ba8c3ec06e4ee482f0e38fd478607e2ad2aa8ce2259d20a4329b047f880 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_statement_import_online/__manifest__.py b/account_statement_import_online/__manifest__.py index aee7e0d3a..9f8689f9c 100644 --- a/account_statement_import_online/__manifest__.py +++ b/account_statement_import_online/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Online Bank Statements", - "version": "16.0.1.3.0", + "version": "16.0.1.4.0", "author": "CorporateHub, Odoo Community Association (OCA)", "maintainers": ["alexey-pelykh"], "website": "https://github.com/OCA/bank-statement-import", diff --git a/account_statement_import_online/static/description/index.html b/account_statement_import_online/static/description/index.html index 6e6f7a131..abcc09c5d 100644 --- a/account_statement_import_online/static/description/index.html +++ b/account_statement_import_online/static/description/index.html @@ -367,7 +367,7 @@

    Online Bank Statements

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f27d851009cc372fa3b767fd1352339a1f46d02606ed5b82934fd56ae144f981 +!! source digest: sha256:7c346ba8c3ec06e4ee482f0e38fd478607e2ad2aa8ce2259d20a4329b047f880 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

    Beta License: AGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runboat

    This module provides base for building online bank statements providers.

    From 2f439db9e475b630baf2d42731bfd3975f6079cf Mon Sep 17 00:00:00 2001 From: Weblate Date: Tue, 31 Dec 2024 12:55:52 +0000 Subject: [PATCH 12/13] 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_online Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online/ --- account_statement_import_online/i18n/es.po | 48 ++++++++++++++++------ account_statement_import_online/i18n/it.po | 48 ++++++++++++++++------ account_statement_import_online/i18n/nl.po | 48 ++++++++++++++++------ account_statement_import_online/i18n/tr.po | 48 ++++++++++++++++------ 4 files changed, 140 insertions(+), 52 deletions(-) diff --git a/account_statement_import_online/i18n/es.po b/account_statement_import_online/i18n/es.po index 479177972..845a861ed 100644 --- a/account_statement_import_online/i18n/es.po +++ b/account_statement_import_online/i18n/es.po @@ -102,6 +102,16 @@ msgstr "Compañía relacionada a este diario" msgid "Configuration" msgstr "Configuración" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_statement +msgid "Create Statement" +msgstr "" + +#. module: account_statement_import_online +#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__create_statement +msgid "Create statements for the downloaded transactions automatically or not." +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_uid #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__create_uid @@ -123,8 +133,8 @@ msgstr "Divisa" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__daily -msgid "Daily statements" -msgstr "Extractos Diariamente" +msgid "Day" +msgstr "" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__days @@ -286,8 +296,8 @@ msgstr "Minuto(s)" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__monthly -msgid "Monthly statements" -msgstr "Extractos mensuales" +msgid "Month" +msgstr "" #. module: account_statement_import_online #. odoo-python @@ -503,11 +513,6 @@ msgstr "Servicio" msgid "Show Transaction Data" msgstr "Mostrar Datos de la Transacción" -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode -msgid "Statement Creation Mode" -msgstr "Modo de Creación de Declaraciones" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal__online_bank_statement_provider_id msgid "Statement Provider" @@ -537,6 +542,11 @@ msgstr "" msgid "To" msgstr "A" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode +msgid "Transactions interval to obtain" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__update_schedule msgid "Update Schedule" @@ -557,15 +567,27 @@ msgstr "Mensajes de la página Web" msgid "Website communication history" msgstr "Historial de la comunicación en el sitio web" +#. module: account_statement_import_online +#: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__weekly +msgid "Week" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__weeks msgid "Week(s)" msgstr "Semana(s)" -#. module: account_statement_import_online -#: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__weekly -msgid "Weekly statements" -msgstr "Extractos semanales" +#~ msgid "Daily statements" +#~ msgstr "Extractos Diariamente" + +#~ msgid "Monthly statements" +#~ msgstr "Extractos mensuales" + +#~ msgid "Statement Creation Mode" +#~ msgstr "Modo de Creación de Declaraciones" + +#~ msgid "Weekly statements" +#~ msgstr "Extractos semanales" #~ msgid "Pull" #~ msgstr "Tirar" diff --git a/account_statement_import_online/i18n/it.po b/account_statement_import_online/i18n/it.po index df079c93b..767b80520 100644 --- a/account_statement_import_online/i18n/it.po +++ b/account_statement_import_online/i18n/it.po @@ -102,6 +102,16 @@ msgstr "Azienda collegata a questo registro" msgid "Configuration" msgstr "Configurazione" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_statement +msgid "Create Statement" +msgstr "" + +#. module: account_statement_import_online +#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__create_statement +msgid "Create statements for the downloaded transactions automatically or not." +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_uid #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__create_uid @@ -123,8 +133,8 @@ msgstr "Valuta" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__daily -msgid "Daily statements" -msgstr "Estratti conto giornalieri" +msgid "Day" +msgstr "" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__days @@ -284,8 +294,8 @@ msgstr "Minuto(i)" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__monthly -msgid "Monthly statements" -msgstr "Estratti conto mensili" +msgid "Month" +msgstr "" #. module: account_statement_import_online #. odoo-python @@ -501,11 +511,6 @@ msgstr "Servizio" msgid "Show Transaction Data" msgstr "Visualizza dati transizione" -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode -msgid "Statement Creation Mode" -msgstr "Modo creazione estratto conto" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal__online_bank_statement_provider_id msgid "Statement Provider" @@ -535,6 +540,11 @@ msgstr "" msgid "To" msgstr "A" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode +msgid "Transactions interval to obtain" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__update_schedule msgid "Update Schedule" @@ -555,12 +565,24 @@ msgstr "Messaggi sito web" msgid "Website communication history" msgstr "Cronologia comunicazioni sito web" +#. module: account_statement_import_online +#: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__weekly +msgid "Week" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__weeks msgid "Week(s)" msgstr "Settimana(e)" -#. module: account_statement_import_online -#: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__weekly -msgid "Weekly statements" -msgstr "Estratti conto settimanali" +#~ msgid "Daily statements" +#~ msgstr "Estratti conto giornalieri" + +#~ msgid "Monthly statements" +#~ msgstr "Estratti conto mensili" + +#~ msgid "Statement Creation Mode" +#~ msgstr "Modo creazione estratto conto" + +#~ msgid "Weekly statements" +#~ msgstr "Estratti conto settimanali" diff --git a/account_statement_import_online/i18n/nl.po b/account_statement_import_online/i18n/nl.po index ae652d989..e71d90ea7 100644 --- a/account_statement_import_online/i18n/nl.po +++ b/account_statement_import_online/i18n/nl.po @@ -102,6 +102,16 @@ msgstr "Bedrijf gerelateerd aan dit dagboek" msgid "Configuration" msgstr "Configuratie" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_statement +msgid "Create Statement" +msgstr "" + +#. module: account_statement_import_online +#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__create_statement +msgid "Create statements for the downloaded transactions automatically or not." +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_uid #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__create_uid @@ -123,8 +133,8 @@ msgstr "Valuta" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__daily -msgid "Daily statements" -msgstr "Dagelijks afschrift" +msgid "Day" +msgstr "" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__days @@ -282,8 +292,8 @@ msgstr "Minuut/Minuten" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__monthly -msgid "Monthly statements" -msgstr "Maandelijkse afschriften" +msgid "Month" +msgstr "" #. module: account_statement_import_online #. odoo-python @@ -495,11 +505,6 @@ msgstr "Service" msgid "Show Transaction Data" msgstr "" -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode -msgid "Statement Creation Mode" -msgstr "Bankafschrift creatie modus" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal__online_bank_statement_provider_id msgid "Statement Provider" @@ -527,6 +532,11 @@ msgstr "" msgid "To" msgstr "" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode +msgid "Transactions interval to obtain" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__update_schedule msgid "Update Schedule" @@ -547,15 +557,27 @@ msgstr "Website berichten" msgid "Website communication history" msgstr "Website berichten geschiedenis" +#. module: account_statement_import_online +#: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__weekly +msgid "Week" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__weeks msgid "Week(s)" msgstr "Weken" -#. module: account_statement_import_online -#: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__weekly -msgid "Weekly statements" -msgstr "Weekelijkse afschriften" +#~ msgid "Daily statements" +#~ msgstr "Dagelijks afschrift" + +#~ msgid "Monthly statements" +#~ msgstr "Maandelijkse afschriften" + +#~ msgid "Statement Creation Mode" +#~ msgstr "Bankafschrift creatie modus" + +#~ msgid "Weekly statements" +#~ msgstr "Weekelijkse afschriften" #~ msgid "Pull" #~ msgstr "Opvragen" diff --git a/account_statement_import_online/i18n/tr.po b/account_statement_import_online/i18n/tr.po index b4419f6d5..c1fa28cf3 100644 --- a/account_statement_import_online/i18n/tr.po +++ b/account_statement_import_online/i18n/tr.po @@ -102,6 +102,16 @@ msgstr "Bu yevmiye ile ilişkili şirket" msgid "Configuration" msgstr "Yapılandırma" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_statement +msgid "Create Statement" +msgstr "" + +#. module: account_statement_import_online +#: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__create_statement +msgid "Create statements for the downloaded transactions automatically or not." +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_uid #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_pull_debug__create_uid @@ -123,8 +133,8 @@ msgstr "Para Birimi" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__daily -msgid "Daily statements" -msgstr "Günlük ekstreler" +msgid "Day" +msgstr "" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__days @@ -284,8 +294,8 @@ msgstr "Dakika" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__monthly -msgid "Monthly statements" -msgstr "Aylık ekstreler" +msgid "Month" +msgstr "" #. module: account_statement_import_online #. odoo-python @@ -502,11 +512,6 @@ msgstr "Hizmet" msgid "Show Transaction Data" msgstr "İşlem Verilerini Göster" -#. module: account_statement_import_online -#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode -msgid "Statement Creation Mode" -msgstr "Ekstre Oluşturma Modu" - #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_account_journal__online_bank_statement_provider_id msgid "Statement Provider" @@ -536,6 +541,11 @@ msgstr "" msgid "To" msgstr "Bitiş" +#. module: account_statement_import_online +#: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode +msgid "Transactions interval to obtain" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__update_schedule msgid "Update Schedule" @@ -556,12 +566,24 @@ msgstr "Web Sitesi Mesajları" msgid "Website communication history" msgstr "Web sitesi iletişim geçmişi" +#. module: account_statement_import_online +#: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__weekly +msgid "Week" +msgstr "" + #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__weeks msgid "Week(s)" msgstr "Hafta" -#. module: account_statement_import_online -#: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__weekly -msgid "Weekly statements" -msgstr "Haftalık ekstreler" +#~ msgid "Daily statements" +#~ msgstr "Günlük ekstreler" + +#~ msgid "Monthly statements" +#~ msgstr "Aylık ekstreler" + +#~ msgid "Statement Creation Mode" +#~ msgstr "Ekstre Oluşturma Modu" + +#~ msgid "Weekly statements" +#~ msgstr "Haftalık ekstreler" From 2298d49c083f29e42f6c6bc8b99ecdf8465d1059 Mon Sep 17 00:00:00 2001 From: mymage Date: Tue, 31 Dec 2024 13:42:22 +0000 Subject: [PATCH 13/13] Translated using Weblate (Italian) Currently translated at 100.0% (98 of 98 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/it/ --- account_statement_import_online/i18n/it.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/account_statement_import_online/i18n/it.po b/account_statement_import_online/i18n/it.po index 767b80520..211b8f0b2 100644 --- a/account_statement_import_online/i18n/it.po +++ b/account_statement_import_online/i18n/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-09-27 15:06+0000\n" +"PO-Revision-Date: 2024-12-31 16:06+0000\n" "Last-Translator: mymage \n" "Language-Team: none\n" "Language: it\n" @@ -105,12 +105,12 @@ msgstr "Configurazione" #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_statement msgid "Create Statement" -msgstr "" +msgstr "Crea estratto conto" #. module: account_statement_import_online #: model:ir.model.fields,help:account_statement_import_online.field_online_bank_statement_provider__create_statement msgid "Create statements for the downloaded transactions automatically or not." -msgstr "" +msgstr "Crea estratto conto automaticamente o meno dalle transizioni scaricate." #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__create_uid @@ -134,7 +134,7 @@ msgstr "Valuta" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__daily msgid "Day" -msgstr "" +msgstr "Giorno" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__days @@ -295,7 +295,7 @@ msgstr "Minuto(i)" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__monthly msgid "Month" -msgstr "" +msgstr "Mese" #. module: account_statement_import_online #. odoo-python @@ -543,7 +543,7 @@ msgstr "A" #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__statement_creation_mode msgid "Transactions interval to obtain" -msgstr "" +msgstr "Intervallo transizioni da estrarre" #. module: account_statement_import_online #: model:ir.model.fields,field_description:account_statement_import_online.field_online_bank_statement_provider__update_schedule @@ -568,7 +568,7 @@ msgstr "Cronologia comunicazioni sito web" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__statement_creation_mode__weekly msgid "Week" -msgstr "" +msgstr "Settimana" #. module: account_statement_import_online #: model:ir.model.fields.selection,name:account_statement_import_online.selection__online_bank_statement_provider__interval_type__weeks