mirror of https://github.com/OCA/web.git
[IMP] allow users to inspect records when testing filters
parent
2a62f9ba59
commit
006667bca4
|
@ -191,7 +191,7 @@ class IrFilters(Model):
|
|||
'res_model': this.model_id,
|
||||
'domain': this.domain,
|
||||
'view_type': 'form',
|
||||
'view_mode': 'tree',
|
||||
'view_mode': 'tree,form',
|
||||
'context': {
|
||||
'default_filter_id': this.id,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue