mirror of https://github.com/OCA/web.git
[FIX] support self in domains
parent
b4bc88f747
commit
9766608c6f
|
@ -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