pull/3085/head
Iván Todorovich 2016-08-18 13:51:45 -03:00 committed by Christopher Rogos
parent 1fa7097075
commit 9b94c0b9c4
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,14 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

View File

@ -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
},
})
}
}