From f36e24838aa1ed02a2abb9cc5557d4cac4453f22 Mon Sep 17 00:00:00 2001 From: "Ronald Portier (Therp BV)" Date: Sun, 25 Oct 2015 11:09:03 +0100 Subject: [PATCH] [FIX] Some finetuning of version numbers and #pylint comments. --- account_bank_statement_import/__init__.py | 2 +- .../models/account_bank_statement_import.py | 1 - account_bank_statement_import_camt/__openerp__.py | 2 +- account_bank_statement_import_mt940_nl_ing/__openerp__.py | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/account_bank_statement_import/__init__.py b/account_bank_statement_import/__init__.py index 4213b8b1..a0fdc10f 100644 --- a/account_bank_statement_import/__init__.py +++ b/account_bank_statement_import/__init__.py @@ -1,2 +1,2 @@ -# -*- encoding: utf-8 -*- +# -*- coding: utf-8 -*- from . import models diff --git a/account_bank_statement_import/models/account_bank_statement_import.py b/account_bank_statement_import/models/account_bank_statement_import.py index a9e07f1d..479c78b0 100644 --- a/account_bank_statement_import/models/account_bank_statement_import.py +++ b/account_bank_statement_import/models/account_bank_statement_import.py @@ -30,7 +30,6 @@ class AccountBankStatementLine(models.Model): class AccountBankStatementImport(models.TransientModel): """Extend model account.bank.statement.""" - # pylint: disable=too-many-public-methods _name = 'account.bank.statement.import' _description = 'Import Bank Statement' diff --git a/account_bank_statement_import_camt/__openerp__.py b/account_bank_statement_import_camt/__openerp__.py index d54abd61..f4aff843 100644 --- a/account_bank_statement_import_camt/__openerp__.py +++ b/account_bank_statement_import_camt/__openerp__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'CAMT Format Bank Statements Import', - 'version': '8.0.1.0.4', + 'version': '8.0.0.4.0', 'license': 'AGPL-3', 'author': 'Odoo Community Association (OCA), Therp BV', 'website': 'https://github.com/OCA/bank-statement-import', diff --git a/account_bank_statement_import_mt940_nl_ing/__openerp__.py b/account_bank_statement_import_mt940_nl_ing/__openerp__.py index 6cad8a5c..3866a996 100644 --- a/account_bank_statement_import_mt940_nl_ing/__openerp__.py +++ b/account_bank_statement_import_mt940_nl_ing/__openerp__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'MT940 IBAN ING Format Bank Statements Import', - 'version': '8.0.1.0.4', + 'version': '8.0.0.4.0', 'license': 'AGPL-3', 'author': 'Odoo Community Association (OCA), Therp BV', 'website': 'https://github.com/OCA/bank-statement-import',