← Back to team overview

openerp-india team mailing list archive

[Bug 971627] Re: search on res.partner.address as field one2many is only zip search

 

On 04/08/2012 11:57 PM, Serpent Consulting Services wrote:
> I see the video of 6.1 by Jignesh, I wonder about line 360 of
> res_partner.py (0:25). You feel its working due to this line does the
> trick, it compares name first and then the others.

Oh indeed, missed that, thanks for replying.

In fact the fix for this is the same as the one for bug 955051, as shown in the following merge proposal:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-572802-skh/+merge/100146

I suggest we apply the same minimalist patch here.

** Changed in: openobject-server
       Status: Fix Released => In Progress

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/971627

Title:
  search on res.partner.address as field one2many is only zip search

Status in OpenERP Server:
  In Progress

Bug description:
  From openerp 6.1.

  In res.partner.address, name_search make a search only on zip.
  For example, if you want to search an adress (imagine a contact address) in partner search view, you can't search by name but only by zip.

  I don't understand the new search method.
  How args var must be use and past?
  We don't use base_contact module.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/971627/+subscriptions


References