[FIX] view_form: FieldStatus

bzr revid: chm@openerp.com-20130321152156-3w3vnzn35effxji6
This commit is contained in:
Christophe Matthieu 2013-03-21 16:21:56 +01:00
parent 0cecdac970
commit 4e43bccebc
1 changed files with 1 additions and 1 deletions

View File

@ -5342,7 +5342,7 @@ instance.web.form.FieldStatus = instance.web.form.AbstractField.extend({
for(var i=0; i < select.length; i++) {
var key = select[i][0];
if(key == this.get('value') || !this.options.visible || this.options.visible.indexOf(key) != -1) {
selection.push(select[i]);
selection_unfolded.push(select[i]);
}
}
return $.when();