← Back to team overview

openerp-india team mailing list archive

[Bug 1002730] [NEW] Searching on the `address` field in leads errors out

 

Public bug reported:

Go into leads, Advanced Search, select the second field called
"Contacts" (for `address`), leave the default operator (contains) and
enter any value (e.g. "i").

Then search using that advanced filter:

    "Contacts" (second one, address field) contains 'i'
      File "server/openerp/sql_db.py", line 212, in execute
        res = self._obj.execute(query, params)
    ProgrammingError: column "partner_id" does not exist
    LINE 1: SELECT "partner_id" FROM "res_partner" WHERE "id" IN (4, 18,...   

[reported by apr]

** Affects: openobject-server
     Importance: Low
     Assignee: OpenERP's Framework R&D (openerp-dev-framework)
         Status: Confirmed

** 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/1002730

Title:
  Searching on the `address` field in leads errors out

Status in OpenERP Server:
  Confirmed

Bug description:
  Go into leads, Advanced Search, select the second field called
  "Contacts" (for `address`), leave the default operator (contains) and
  enter any value (e.g. "i").

  Then search using that advanced filter:

      "Contacts" (second one, address field) contains 'i'
        File "server/openerp/sql_db.py", line 212, in execute
          res = self._obj.execute(query, params)
      ProgrammingError: column "partner_id" does not exist
      LINE 1: SELECT "partner_id" FROM "res_partner" WHERE "id" IN (4, 18,...   

  [reported by apr]

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


Follow ups

References