c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01688
[Bug 634607] Re: Search crash with property fields
** Branch linked: lp:openobject-server/5.0
--
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
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...