Re: [tryton] Search method and order by property field

2015-03-12 Thread Jordi Esteve
On 12/03/15 19:06, Mark Hayden wrote: On 12 Mar 2015 11:33, "Raimon Esteve" > wrote: > > Hello, > > I try to search with order by a property field and return SQL error because column not exist. > > Example to search: product.template and list_price field. > Is

Re: [tryton] Search method and order by property field

2015-03-12 Thread Mark Hayden
On 12 Mar 2015 11:33, "Raimon Esteve" wrote: > > Hello, > > I try to search with order by a property field and return SQL error because column not exist. > > Example to search: product.template and list_price field. > Is list_price an actual table field or is it a function field? > What am I mis

[tryton] Search method and order by property field

2015-03-12 Thread Raimon Esteve
Hello, I try to search with order by a property field and return SQL error because column not exist. Example to search: product.template and list_price field. What am I missing? Example ORDER parameter: [('list_price', 'ASC')] The traceback: : Traceback (most recent call last): File "/tryto