mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] support self in domains
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user