From cbb05d956fd0c7ca410e2f72cb684dcc1a131c21 Mon Sep 17 00:00:00 2001 From: oleksandrpaziuk Date: Thu, 9 Aug 2018 13:36:30 +0300 Subject: [PATCH] [10.0][FIX] fix disambiguation in account_bank_statement_import_camt module name --- ...account_bank_statement_import_camt_oca.pot | 50 +++++++++++++++++++ account_bank_statement_import_camt_oca | 1 + .../mt940.py | 1 + .../README.rst | 2 +- 4 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 account_bank_statement_import_camt/i18n/account_bank_statement_import_camt_oca.pot create mode 120000 account_bank_statement_import_camt_oca diff --git a/account_bank_statement_import_camt/i18n/account_bank_statement_import_camt_oca.pot b/account_bank_statement_import_camt/i18n/account_bank_statement_import_camt_oca.pot new file mode 100644 index 0000000..5dc62c1 --- /dev/null +++ b/account_bank_statement_import_camt/i18n/account_bank_statement_import_camt_oca.pot @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import_camt_oca +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_bank_statement_import_camt_oca +#: model:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view +msgid "CAMT" +msgstr "" + +#. module: account_bank_statement_import_camt_oca +#: model:ir.model.fields,field_description:account_bank_statement_import_camt_oca.field_account_bank_statement_import_camt_oca_parser_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import_camt_oca +#: model:ir.model.fields,field_description:account_bank_statement_import_camt_oca.field_account_bank_statement_import_camt_oca_parser_id +msgid "ID" +msgstr "" + +#. module: account_bank_statement_import_camt_oca +#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import_camt_oca +#: model:ir.model.fields,field_description:account_bank_statement_import_camt_oca.field_account_bank_statement_import_camt_oca_parser___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import_camt_oca +#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_import_camt_oca_parser +msgid "account.bank.statement.import.camt.parser" +msgstr "" + +#. module: account_bank_statement_import_camt_oca +#: model:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view +msgid "zipped CAMT" +msgstr "" + diff --git a/account_bank_statement_import_camt_oca b/account_bank_statement_import_camt_oca new file mode 120000 index 0000000..1ec2e2f --- /dev/null +++ b/account_bank_statement_import_camt_oca @@ -0,0 +1 @@ +account_bank_statement_import_camt \ No newline at end of file diff --git a/account_bank_statement_import_mt940_base/mt940.py b/account_bank_statement_import_mt940_base/mt940.py index 9bd571f..9f2d470 100644 --- a/account_bank_statement_import_mt940_base/mt940.py +++ b/account_bank_statement_import_mt940_base/mt940.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2014-2015 Therp BV . # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). """Generic parser for MT940 files, base for customized versions per bank.""" diff --git a/account_bank_statement_import_save_file/README.rst b/account_bank_statement_import_save_file/README.rst index 249b8e2..f8e9195 100644 --- a/account_bank_statement_import_save_file/README.rst +++ b/account_bank_statement_import_save_file/README.rst @@ -50,4 +50,4 @@ 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. -To contribute to this module, please visit https://odoo-community.org. \ No newline at end of file +To contribute to this module, please visit https://odoo-community.org.