It has been fixed by revision 2146
[email protected].
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...
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp