From f845a46ea8ee517fafe614cad40be13eb9fd4be0 Mon Sep 17 00:00:00 2001 From: tarteo Date: Fri, 24 Feb 2017 10:05:29 +0100 Subject: [PATCH] [FIX] Flake8 --- web_shortcut/README.rst | 2 +- web_shortcut/__openerp__.py | 2 -- web_shortcut/models/ir_ui_menu.py | 2 +- web_shortcut/security/ir.model.access.csv | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/web_shortcut/README.rst b/web_shortcut/README.rst index ae870179a..e69a842ab 100644 --- a/web_shortcut/README.rst +++ b/web_shortcut/README.rst @@ -58,4 +58,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. diff --git a/web_shortcut/__openerp__.py b/web_shortcut/__openerp__.py index a370aafdf..3e4bc3b10 100644 --- a/web_shortcut/__openerp__.py +++ b/web_shortcut/__openerp__.py @@ -39,5 +39,3 @@ 'auto_install': False, 'license': 'AGPL-3', } - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/web_shortcut/models/ir_ui_menu.py b/web_shortcut/models/ir_ui_menu.py index 175a53255..a9ab710e6 100644 --- a/web_shortcut/models/ir_ui_menu.py +++ b/web_shortcut/models/ir_ui_menu.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from openerp import models, fields, api +from openerp import models, api class IrUiView(models.Model): diff --git a/web_shortcut/security/ir.model.access.csv b/web_shortcut/security/ir.model.access.csv index 65ede9fb8..c8ce4ebfc 100644 --- a/web_shortcut/security/ir.model.access.csv +++ b/web_shortcut/security/ir.model.access.csv @@ -1,2 +1,2 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_web_shortcut,access_web_shortcut,model_web_shortcut,,1,1,1,1 \ No newline at end of file +access_web_shortcut,access_web_shortcut,model_web_shortcut,,1,1,1,1