Browse Source

[FIX] Adept javascript to module name

pull/1328/head
lfreeke 8 years ago
committed by sbejaoui
parent
commit
f6826d7903
  1. 2
      web_advanced_search_wildcard/static/src/js/search.js

2
web_advanced_search_wildcard/static/src/js/search.js

@ -1,4 +1,4 @@
openerp.search_enhanced_operators = function(instance){
openerp.web_advanced_search_wildcard = function(instance){
var _lt = instance.web._lt;
instance.web.search.ExtendedSearchProposition.Char.prototype.operators.push(
{value: '=ilike', text: _lt("matches")}

Loading…
Cancel
Save