[FIX] "Group" label in list view should be translatable

lp bug: https://launchpad.net/bugs/943973 fixed

bzr revid: fme@openerp.com-20120305184516-6j7ftdnflw6mrb0p
This commit is contained in:
Fabien Meghazi 2012-03-05 19:45:16 +01:00
parent eb2338c575
commit effd8e2ca3
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ openerp.web.ListView = openerp.web.View.extend( /** @lends openerp.web.ListView#
_(this.fields_view.arch.children).map(field_to_column));
if (grouped) {
this.columns.unshift({
id: '_group', tag: '', string: "Group", meta: true,
id: '_group', tag: '', string: _t("Group"), meta: true,
modifiers_for: function () { return {}; }
}, {
id: '_count', tag: '', string: '#', meta: true,