[FIX] support self in domains

pull/1030/head
Holger Brunn 2016-02-01 17:58:48 +01:00
parent b4bc88f747
commit 9766608c6f
No known key found for this signature in database
GPG Key ID: 01C9760FECA3AE18
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ openerp.web_search_autocomplete_prefetch = function(instance)
{ {
switch(name) switch(name)
{ {
case 'label': return value;
case 'value': return value; case 'value': return value;
case 'operator': return 'ilike'; case 'operator': return 'ilike';
} }