** Changed in: openobject-client
Assignee: (unassigned) => xrg (xrg)
** Changed in: openobject-client
Importance: Undecided => Low
--
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/749574
Title:
Custom Filter condition "in", "not in" don't remove whitespace
Status in OpenERP GTK Client:
Fix Committed
Bug description:
GTK client v5.0.15
I see some usability problems in "in" and "not in" filter condition's.
When I wanted add custom filter condition for the modules list, "name
in project, sale" I got only project module in filtered list. Only
when I looked to gtk code I saw that nobody remove spaces, so the
query goes like ['project', ' sale']. So lets add replace(' ',''),
before strip and and nobody don't bother with whitespace.
p.s. I think it is same with the web client.
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp