mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Merge pull request #897 from adhoc-dev/9.0-t-9600-kz
[FIX] web_dashboard_tile clean group_by from tile view
This commit is contained in:
@@ -259,7 +259,7 @@ class TileTile(models.Model):
|
||||
'view_id': [False],
|
||||
'res_model': self.model_id.model,
|
||||
'type': 'ir.actions.act_window',
|
||||
'context': self.env.context,
|
||||
'context': dict(self.env.context, group_by=False),
|
||||
'nodestroy': True,
|
||||
'target': 'current',
|
||||
'domain': self.domain,
|
||||
|
||||
Reference in New Issue
Block a user