c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #32559
[Bug 788106] Re: [6.0 - trunk] cannot search translatable field with =ilike operator
Fixed in trunk at revno: 3631, revision-id:
vmt@xxxxxxxxxxx-20110920124252-l5snbvb7ywfogw1o
** Changed in: openobject-server
Status: Fix Committed => Fix Released
--
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
References