mirror of https://github.com/OCA/web.git
[FIX] support self in domains
parent
874a4845e1
commit
0f949aa95d
|
@ -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';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue