[FIX] configuration overview actions should not open in its dashboard section

bzr revid: xmo@openerp.com-20110905155041-vzxi2ffento1uv2m
This commit is contained in:
Xavier Morel 2011-09-05 17:50:41 +02:00
parent fa8dd41b45
commit 1dbb376d09
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ openerp.web_dashboard.ConfigOverview = openerp.web.View.extend({
});
})
.delegate('li:not(.oe-done)', 'click', function () {
self.execute_action({
self.widget_parent.widget_parent.widget_parent.execute_action({
type: 'object',
name: 'action_launch'
}, self.dataset,