forked from Techsystech/web
Adept javascript to module name
parent
744e26410e
commit
164010006f
|
@ -1,4 +1,4 @@
|
||||||
openerp.search_enhanced_operators = function(instance){
|
openerp.web_advanced_search_wildcard = function(instance){
|
||||||
var _lt = instance.web._lt;
|
var _lt = instance.web._lt;
|
||||||
instance.web.search.ExtendedSearchProposition.Char.prototype.operators.push(
|
instance.web.search.ExtendedSearchProposition.Char.prototype.operators.push(
|
||||||
{value: '=ilike', text: _lt("matches")}
|
{value: '=ilike', text: _lt("matches")}
|
||||||
|
|
Loading…
Reference in New Issue