← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 748238] Re: search view - criteria are m2o fields instead of substring search

 

Hello Guys,

It is not like a bug in the web client.
As per comment #3, its working fine as expected And its not like a limits of searching in web. 

If there are two different country like "India North" and "India South"
And user want to get only records which referenced from only "India
North" than by m2o search (id) they get all records from that country
only, not the records combine with country "India South" because It
should be different country.

Please note that Web client offers many2one widget so the query formed will be comprising of '=', 
Where as in GTK they offer char widget  so the query formed should be "ilike".

So if we stick on your view then we either need to change the widget to
char. which I feel does not seems feasible or GTK needs to change the
widget to many2one. For now I am converting the bug to "Wishlist".

Thanks.

** Changed in: openobject-client-web
   Importance: Undecided => Wishlist

-- 
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/748238

Title:
  search view - criteria are m2o fields instead of substring search

Status in OpenERP Web Client:
  New

Bug description:
  the web client displays filter fields as m2o instead of char fields 
  hence it is only possible to filter one criteria while in GTK a (more) substring filter is implemented 

  this is limiting the usefulness of the analyses tool



References