Browse Source

Fix #249

pull/406/head
Iván Todorovich 8 years ago
parent
commit
0623572ab8
  1. 3
      web_group_expand/static/src/js/web_group_expand.js

3
web_group_expand/static/src/js/web_group_expand.js

@ -31,6 +31,7 @@ openerp.web_group_expand = function(openerp) {
},
load_expand_buttons:function() {
var self = this;
this.$el.find("ul#oe_group_by").remove();
this.$ExpandButtons = $(QWeb.render("GroupExpand.Buttons", {'widget':self}));
this.$el.find("ul.oe_view_manager_switch.oe_button_group.oe_right").before(this.$ExpandButtons);
},
@ -41,4 +42,4 @@ openerp.web_group_expand = function(openerp) {
return res
},
})
}
}
Loading…
Cancel
Save