forked from Techsystech/web
[FIX] web_dashboard_tile clean group_by from tile view
Be able to open a title without getting context group_by garbage from the title view.9.0
parent
cab85a70ed
commit
f676c83190
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue