mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Fix #249
This commit is contained in:
committed by
BT-aestebanez
parent
2d32a42584
commit
a44971e2e8
@@ -31,6 +31,7 @@ openerp.web_group_expand = function(openerp) {
|
|||||||
},
|
},
|
||||||
load_expand_buttons:function() {
|
load_expand_buttons:function() {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
this.$el.find("ul#oe_group_by").remove();
|
||||||
this.$ExpandButtons = $(QWeb.render("GroupExpand.Buttons", {'widget':self}));
|
this.$ExpandButtons = $(QWeb.render("GroupExpand.Buttons", {'widget':self}));
|
||||||
this.$el.find("ul.oe_view_manager_switch.oe_button_group.oe_right").before(this.$ExpandButtons);
|
this.$el.find("ul.oe_view_manager_switch.oe_button_group.oe_right").before(this.$ExpandButtons);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user