** Branch linked: lp:openobject-server

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

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

Status in OpenERP Server:
  Fix Released

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/788106/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to