[FIX] Propagate context to kanban's add_group() action

bzr revid: fme@openerp.com-20121129120738-fgulo5hqib2uqeqa
This commit is contained in:
Fabien Meghazi 2012-11-29 13:07:38 +01:00
parent 93eddbd4a8
commit 7bfab22e1f
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ instance.web_kanban.KanbanView = instance.web.View.extend({
views: [[false, 'form']],
type: 'ir.actions.act_window',
target: "new",
context: self.dataset.get_context(),
flags: {
action_buttons: true,
}