[FIX] Some finetuning of version numbers and #pylint comments.

This commit is contained in:
Ronald Portier (Therp BV)
2015-10-25 11:09:03 +01:00
parent 7d12ce19f1
commit f36e24838a
4 changed files with 3 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
from . import models

View File

@@ -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'

View File

@@ -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',

View File

@@ -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',