[IMP] rename 'q' category of advanced filters to 'Advanced'

bzr revid: xmo@openerp.com-20120406115141-6qwitdq993a5h4lw
This commit is contained in:
Xavier Morel 2012-04-06 13:51:41 +02:00
parent bbd702c9cf
commit 233a72f850
1 changed files with 1 additions and 1 deletions

View File

@ -1335,7 +1335,7 @@ openerp.web.search.Advanced = openerp.web.search.Input.extend({
var f = new openerp.web.search.FilterGroup(filters, this.view);
// add group to query
this.view.vs.searchQuery.add({
category: 'q',
category: _t("Advanced"),
value: _(filters).map(function (f) {
return f.attrs.string || f.attrs.name }).join(' | '),
json: filters,