[IMP] allow users to inspect records when testing filters

This commit is contained in:
Holger Brunn
2015-02-10 15:01:07 +01:00
parent a9cf11b70e
commit 5c731deb8a

View File

@@ -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,
},