diff --git a/web_shortcut/README.rst b/web_shortcut/README.rst index ae870179..e69a842a 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 a370aafd..3e4bc3b1 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 175a5325..a9ab710e 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 65ede9fb..c8ce4ebf 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