← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 749574] [NEW] Custom Filter condition "in", "not in" don't remove whitespace

 

Public bug reported:

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.

** Affects: openobject-client
     Importance: Undecided
         Status: New

-- 
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.



Follow ups

References