c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21646
[Bug 749574] Re: Custom Filter condition "in", "not in" don't remove whitespace
** Branch linked: lp:~openerp-dev/openobject-client/6.0-bug-749574-xrg
** Changed in: openobject-client
Status: New => Fix Committed
--
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.
References