3
0
Fork 0

Merge pull request #297 from lfreeke/7.0-web_advanced_search_wildcard-fix_name

[FIX] Adept javascript to module name
7.0
Holger Brunn 2016-01-21 11:41:11 +01:00
commit ac441f9af3
1 changed files with 1 additions and 1 deletions

View File

@ -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")}