3
0
Fork 0

Merge pull request #897 from adhoc-dev/9.0-t-9600-kz

[FIX] web_dashboard_tile clean group_by from tile view
9.0
Pedro M. Baeza 2018-04-01 01:55:26 +02:00 committed by GitHub
commit 90361793eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ class TileTile(models.Model):
'view_id': [False], 'view_id': [False],
'res_model': self.model_id.model, 'res_model': self.model_id.model,
'type': 'ir.actions.act_window', 'type': 'ir.actions.act_window',
'context': self.env.context, 'context': dict(self.env.context, group_by=False),
'nodestroy': True, 'nodestroy': True,
'target': 'current', 'target': 'current',
'domain': self.domain, 'domain': self.domain,