[fix] made the managed filters auto_search

bzr revid: nicolas.vanhoren@openerp.com-20110725121823-gekerf0s3pn78kqo
This commit is contained in:
niv-openerp 2011-07-25 14:18:23 +02:00
parent f7c6662d83
commit a30bef7be6
1 changed files with 3 additions and 1 deletions

View File

@ -217,7 +217,9 @@ openerp.base.SearchView = openerp.base.Controller.extend({
type: 'ir.actions.act_window',
context: {"search_default_user_id": this.session.uid,
"search_default_model_id": this.dataset.model},
target: "current"
target: "current",
limit : 80,
auto_search : true
});
}
},