← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 634607] Re: Search crash with property fields

 

Fixed on trunk by revision 2963
jvo@xxxxxxxxxxx-20101029203937-ecpovii0zfpwgsdw.

** Also affects: openobject-server/5.0
   Importance: Undecided
       Status: New

** Also affects: openobject-server/trunk
   Importance: Medium
       Status: Fix Released

** Changed in: openobject-server/trunk
    Milestone: 5.0.15 => 6.0

** Changed in: openobject-server/5.0
    Milestone: None => 5.0.15

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

** Changed in: openobject-server/5.0
   Importance: Undecided => Medium

-- 
Search crash with property fields
https://bugs.launchpad.net/bugs/634607
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Server: Fix Released
Status in OpenObject Server 5.0 series: Fix Released
Status in OpenObject Server trunk series: Fix Released

Bug description:
Trying to search with the following domain:

[('property_product_pricelist.name','ilike','a')]

Will cause the application to crash:

 res = self._obj.execute(query, params)
ProgrammingError: column res_partner.property_product_pricelist does not exist
LINE 1: ...artner" where (res_partner.active = E'True') AND (res_partne...