Browse Source

[FIX] Flake8

pull/564/head
tarteo 7 years ago
parent
commit
f845a46ea8
  1. 2
      web_shortcut/README.rst
  2. 2
      web_shortcut/__openerp__.py
  3. 2
      web_shortcut/models/ir_ui_menu.py
  4. 2
      web_shortcut/security/ir.model.access.csv

2
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 mission is to support the collaborative development of Odoo features and
promote its widespread use. promote its widespread use.
To contribute to this module, please visit https://odoo-community.org.
To contribute to this module, please visit https://odoo-community.org.

2
web_shortcut/__openerp__.py

@ -39,5 +39,3 @@
'auto_install': False, 'auto_install': False,
'license': 'AGPL-3', 'license': 'AGPL-3',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

2
web_shortcut/models/ir_ui_menu.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from openerp import models, fields, api
from openerp import models, api
class IrUiView(models.Model): class IrUiView(models.Model):

2
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 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
access_web_shortcut,access_web_shortcut,model_web_shortcut,,1,1,1,1
Loading…
Cancel
Save