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.
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp