Browse Source

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

pull/36/head
Ronald Portier (Therp BV) 9 years ago
parent
commit
f36e24838a
  1. 2
      account_bank_statement_import/__init__.py
  2. 1
      account_bank_statement_import/models/account_bank_statement_import.py
  3. 2
      account_bank_statement_import_camt/__openerp__.py
  4. 2
      account_bank_statement_import_mt940_nl_ing/__openerp__.py

2
account_bank_statement_import/__init__.py

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

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

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

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

Loading…
Cancel
Save