Skip to content
Snippets Groups Projects
Commit bcbd2632 authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[IMP] Adding fields

bzr revid: fp@tinyerp.com-20140511074755-5b3iy2b1xk7cjxmf
parent 80ea7fe0
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,8 @@ class view(osv.osv):
'groups_id': fields.many2many('res.groups', 'ir_ui_view_group_rel', 'view_id', 'group_id',
string='Groups', help="If this field is empty, the view applies to all users. Otherwise, the view applies to the users of those groups only."),
'model_ids': fields.one2many('ir.model.data', 'res_id', domain=[('model','=','ir.ui.view')], auto_join=True),
'create_date': fields.datetime('Create Date', readonly=True),
'write_date': fields.datetime('Last Modification Date', readonly=True),
}
_defaults = {
'priority': 16,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment