[FIX] configuration overview actions should not open in its dashboard section
authorXavier Morel <xmo@openerp.com>
Mon, 5 Sep 2011 15:50:41 +0000 (17:50 +0200)
committerXavier Morel <xmo@openerp.com>
Mon, 5 Sep 2011 15:50:41 +0000 (17:50 +0200)
bzr revid: xmo@openerp.com-20110905155041-vzxi2ffento1uv2m

addons/web_dashboard/static/src/js/dashboard.js

index 8b44f05..3f4a002 100644 (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,