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:
Pedro M. Baeza
2018-04-01 01:55:26 +02:00
committed by GitHub

View File

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