Re: [tryton-dev] Sorting by rec_name with product name.

2013-07-19 Thread Cédric Krier
On 18/07/13 16:12 -0700, Ian Wilson wrote: > On Thu, Jul 18, 2013 at 3:49 PM, Cédric Krier wrote: > > > On 18/07/13 13:47 -0700, Ian Wilson wrote: > > > Is there any plan in the future to make it so product's can be sorted by > > > their name? > > > > It is a not easy task with current design of

Re: [tryton-dev] Sorting by rec_name with product name.

2013-07-18 Thread Ian Wilson
On Thu, Jul 18, 2013 at 3:49 PM, Cédric Krier wrote: > On 18/07/13 13:47 -0700, Ian Wilson wrote: > > Is there any plan in the future to make it so product's can be sorted by > > their name? > > It is a not easy task with current design of ModelSQL. > I hope it will be much easier once we migrate

Re: [tryton-dev] Sorting by rec_name with product name.

2013-07-18 Thread Cédric Krier
On 18/07/13 13:47 -0700, Ian Wilson wrote: > Is there any plan in the future to make it so product's can be sorted by > their name? It is a not easy task with current design of ModelSQL. I hope it will be much easier once we migrate to python-sql. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4

[tryton-dev] Sorting by rec_name with product name.

2013-07-18 Thread Ian Wilson
Is there any plan in the future to make it so product's can be sorted by their name? My product codes are numeric so the sort order is totally arbitrary right now. The product.template and product.product redesign seems to have broken that functionality. I think this is the related comment and c