merge fix from antony

bzr revid: fva@openerp.com-20120507124110-5t71dhfyulak5k9e
This commit is contained in:
Frédéric van der Essen 2012-05-07 14:41:10 +02:00
commit b0e1d063f7
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ function openerp_pos_models(module, instance){ //module is instance.point_of_sal
var prod_def = fetch(
'product.product',
['name', 'list_price', 'pos_categ_id', 'taxes_id','product_image_small'],
[['pos_categ_id','!=', 'false']]
[['pos_categ_id','!=', false]]
).then(function(result){
return self.set({'product_list': result});
});