mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] allow users to inspect records when testing filters
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user