c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20833
[Bug 749574] Re: Custom Filter condition "in", "not in" don't remove whitespace
** Attachment added: "filter_in.patch"
https://bugs.launchpad.net/bugs/749574/+attachment/1973963/+files/filter_in.patch
--
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:
New
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.
References