Browse Source

[FIX] Apparently noqa tag should also be part of __openerp__.py files.

pull/2/head
Ronald Portier (Therp BV) 10 years ago
parent
commit
e0d24ac1ff
  1. 2
      account_bank_statement_import/__openerp__.py
  2. 2
      account_bank_statement_import_ofx/__openerp__.py
  3. 3
      account_bank_statement_import_qif/__openerp__.py

2
account_bank_statement_import/__openerp__.py

@ -1,4 +1,6 @@
# -*- encoding: utf-8 -*-
# noqa: This is a backport from Odoo. OCA has no control over style here.
# flake8: noqa
{
'name': 'Account Bank Statement Import',
'version': '1.0',

2
account_bank_statement_import_ofx/__openerp__.py

@ -1,4 +1,6 @@
# -*- encoding: utf-8 -*-
# noqa: This is a backport from Odoo. OCA has no control over style here.
# flake8: noqa
{
'name': 'Import OFX Bank Statement',
'version': '1.0',

3
account_bank_statement_import_qif/__openerp__.py

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
# noqa: This is a backport from Odoo. OCA has no control over style here.
# flake8: noqa
{
'name': 'Import QIF Bank Statement',
'version': '1.0',

Loading…
Cancel
Save