On 2018-05-04 05:04, Maxime Richez wrote:
>  
> > How to specify sort on the correct column "c.employee" instead of 
> > "b.employee"?
> In the convert_order method in fields.py, it's using:
> table, _ = tables[None]
> 
> but in my case it should use
> table, _ = tables['requisition'] to use the correct column for the order ???

So pass the right dictionary to convert_order

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/20180504123858.GK3922%40kei.

Reply via email to