[fix] fix of previous fix

bzr revid: nicolas.vanhoren@openerp.com-20120326122835-m25pukdl5ye48fnn
This commit is contained in:
niv-openerp 2012-03-26 14:28:35 +02:00
parent 35e289a690
commit 93e3959483
1 changed files with 1 additions and 1 deletions

View File

@ -973,7 +973,7 @@ openerp.web.search.BooleanField = openerp.web.search.SelectionField.extend(/** @
},
get_value: function () {
switch (this._super()) {
case '0': return false;
case 'false': return false;
case 'true': return true;
default: return null;
}