c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #00724
[Bug 652761] Re: Read method sequence order problem
I think you can't reasonably expect to get the exact same sequence that you pass to read, because Postgres will return rows in an arbitrary order when not given a "ORDER BY" clause - so we would need to re-order the data before returning it.
Lionel
** Changed in: openobject-server
Status: New => Invalid
--
Read method sequence order problem
https://bugs.launchpad.net/bugs/652761
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.
Status in OpenObject Server: Invalid
Bug description:
Hello,
I have used _order = 'date' in my code.
The problem is
when i call the read method , it returns the result in the sequence of _order field.
rather it should consider the sequence of ids we pass as an argument of read method.