From afb6ef7926c87b6c0df7455a45862427f77318ca Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 15 Nov 2023 08:16:29 +0100 Subject: [PATCH] [FIX] account_statement_import_online: Fix es.po key ****po-python-parse-format**** account_statement_import_online/i18n/es.po:136 Translation string couldn't be parsed correctly using str.format KeyError('excepction') - [po-python-parse-format] --- account_statement_import_online/README.rst | 2 +- account_statement_import_online/__manifest__.py | 2 +- account_statement_import_online/i18n/es.po | 2 +- account_statement_import_online/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/account_statement_import_online/README.rst b/account_statement_import_online/README.rst index 8996fc66..aa2b19ac 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:d64dadf4f92748dd0112ce40d64257147c0f1a6520fe0b87b298fc01864be51e + !! source digest: sha256:5f8fb744f2638751d3401c3c729502aa387c024bbf66769c89302067a5c7bf28 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 459a9495..4f2c612c 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.0.0", + "version": "16.0.1.1.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/i18n/es.po b/account_statement_import_online/i18n/es.po index 0d443503..d5821734 100644 --- a/account_statement_import_online/i18n/es.po +++ b/account_statement_import_online/i18n/es.po @@ -138,7 +138,7 @@ msgid "" "{exception}. See server logs for more details." msgstr "" "Error al obtener los datos del extracto para el periodo desde {since} hasta " -"{until}: {excepction}. Consulte los registros del servidor para obtener más " +"{until}: {exception}. Consulte los registros del servidor para obtener más " "detalles." #. module: account_statement_import_online diff --git a/account_statement_import_online/static/description/index.html b/account_statement_import_online/static/description/index.html index ed6749df..7f0fc667 100644 --- a/account_statement_import_online/static/description/index.html +++ b/account_statement_import_online/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:d64dadf4f92748dd0112ce40d64257147c0f1a6520fe0b87b298fc01864be51e +!! source digest: sha256:5f8fb744f2638751d3401c3c729502aa387c024bbf66769c89302067a5c7bf28 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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.