[FIX] yes suzie, we do actually need the last filter of our view, it can be useful

bzr revid: xmo@openerp.com-20110324173926-ctk9ys2ddiuguvjz
This commit is contained in:
Xavier Morel 2011-03-24 18:39:26 +01:00
parent cd46d24b33
commit cff572c9c4
1 changed files with 4 additions and 1 deletions

View File

@ -412,7 +412,10 @@ openerp.base.SearchView = openerp.base.Controller.extend({
}
}
}, this);
if (filters.length) {
row.push(new openerp.base.search.FilterGroup(filters, this));
}
return rows;
},
/**