forked from Techsystech/web
[FIX] Flake8
parent
74ce084067
commit
f845a46ea8
|
@ -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.
|
||||
To contribute to this module, please visit https://odoo-community.org.
|
||||
|
|
|
@ -39,5 +39,3 @@
|
|||
'auto_install': False,
|
||||
'license': 'AGPL-3',
|
||||
}
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from openerp import models, fields, api
|
||||
from openerp import models, api
|
||||
|
||||
|
||||
class IrUiView(models.Model):
|
||||
|
|
|
@ -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
|
||||
access_web_shortcut,access_web_shortcut,model_web_shortcut,,1,1,1,1
|
||||
|
|
|
Loading…
Reference in New Issue