← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 519821] Re: orm_memory does not order the search results

 

Thank you all for your suggestions regarding this, unfortunately we do
not plan to add support for sorting results in osv_memory method for
v6.0... I'm adding this to the list of things to consider in our product
backlog post-v6.0

Usually the lifetime and reduced number of osv_mem records is so limited
that sorting is mostly irrelevant, but if you need sorting for a very
specific case you can always override search() or read() and do sort
after calling super().

** Changed in: openobject-server
   Importance: Undecided => Wishlist

** Changed in: openobject-server
       Status: New => Won't Fix

-- 
orm_memory does not order the search results
https://bugs.launchpad.net/bugs/519821
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: Won't Fix

Bug description:
If I'm not mistaken, the search method for orm_memory in the current trunk does not handle the ordering of results according to the '_order' parameter.
I will be grateful if this feature is implemented.
Lionel.