← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 788106] Re: [6.0 - trunk] cannot search translatable field with =ilike operator

 

** Changed in: openobject-server
   Importance: Undecided => Medium

** Changed in: openobject-server
       Status: New => Confirmed

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/788106

Title:
  [6.0 - trunk] cannot search translatable field with =ilike operator

Status in OpenERP Server:
  Confirmed

Bug description:
  in expression.py, line 359, test for '=ilike' operator is missing
  <                     operator = operator == '=like' and 'like' or operator
  >                     operator = {'=like':'like','=ilike':'ilike'}.get(operator,operator)


References