[imp] made delay = 0

bzr revid: nicolas.vanhoren@openerp.com-20110610135835-a47gj5zwnbv5d841
This commit is contained in:
niv-openerp 2011-06-10 15:58:35 +02:00
parent 645642fbd6
commit c17096a105
1 changed files with 2 additions and 1 deletions

View File

@ -1113,7 +1113,8 @@ openerp.base.form.FieldMany2One = openerp.base.form.Field.extend({
},
html: true,
close: anyoneLoosesFocus,
minLength: 0
minLength: 0,
delay: 0
});
},
// autocomplete component content handling