← 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

 

Hi all,

It seems based on Jignesh's 6.1 video that the bug described by Antoine
cannot be reproduce in 6.1 anymore. He may have use the initial 6.1
release, which indeed contained a bug in the name_search() of
res.partner.address. This was fixed recently at revision [1], so by
using a version dated after that revision the bug should be gone. I
suppose we can mark this bug as Fixed by commit [1], unless Antoine can
provide steps to reproduce this against a newer version.

Concerning the discussion on a more fundamental issue in the ORM
(expression.py), I think there is no bug there either, as I explained on
the related merge proposal by Serpent CS (see my review in [2]).

Hope this clears up the topic.

Thanks to all of you for reporting and analyzing this issue!

[1] Server v6.1 revision 4120 rev-id: odo@xxxxxxxxxxx-20120321135558-3cudz4mgaby8ws8k
[2] https://code.launchpad.net/~serpent-consulting-services/openobject-server/SerpentCS-971627-bug-6.1/+merge/101032

** Changed in: openobject-server
   Importance: Undecided => Low

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

** Changed in: openobject-server
    Milestone: None => 6.1

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

-- 
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:
  Fix Released

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