mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[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.
This commit is contained in:
committed by
Sylvain LE GAL
parent
f52052b474
commit
78d0184fec
@@ -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