c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01689
[Bug 634607] Re: Search crash with property fields
It has been fixed by revision 2146
jvo@xxxxxxxxxxx-20101029202812-2wsxpx91c38e3z8f.
The crash has been avoided, but as the fields.property is again a
derived class of fields.function, it should also have fnct_search member
to that field definition.
Thanks.
** Changed in: openobject-server
Status: Confirmed => Fix Released
** Changed in: openobject-server
Importance: Undecided => Medium
** Changed in: openobject-server
Milestone: None => 5.0.15
--
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...