← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 621868] Re: List view of field function not order from returned ids

 

I'm sorry DBR for my late reply,

here is my src  
- model
http://pastebin.com/dDWZMymm
- view
http://pastebin.com/Y3s2NPQs

Let me explain you more,
My module work for group picking and show all stock moves in all picking
but in stock.move not order by default I need to order it just in this view , I don't want to affect in normal view by code in _order.

The way to show list of moves can use function(o2m , m2m) by return list
of ordered ids. It should show same as sorted list but in my attach show
sorted only in gtk.

Thanks,
Songpon

-- 
List view of field function not order from returned ids
https://bugs.launchpad.net/bugs/621868
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Web Client: Invalid
Status in OpenObject Web Client 5.0 series: Invalid
Status in OpenObject Web Client trunk series: Invalid

Bug description:
Hello,

I created field function one2many and ordered ids from function before return result.
However in GTK is work correctly, bug is affected only web-client.
you can see my screenshot for the bug.