3
0
Fork 0

[FIX] support self in domains

8.0
Holger Brunn 2016-02-01 17:58:48 +01:00
parent 874a4845e1
commit 0f949aa95d
1 changed files with 1 additions and 0 deletions

View File

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