[FIX] orm.read_group: fix various issues introduced in recent commit, cleanup
authorOlivier Dony <odo@openerp.com>
Fri, 28 Feb 2014 17:33:20 +0000 (18:33 +0100)
committerOlivier Dony <odo@openerp.com>
Fri, 28 Feb 2014 17:33:20 +0000 (18:33 +0100)
commit27a1770e20f8c85182dd4b062133629ab0d82687
tree1f68e1da1d034439d7630cf59653292ef9f1df52
parent4a6ba6f107821bf53d444ee18fa966f5265d6831
[FIX] orm.read_group: fix various issues introduced in recent commit, cleanup

Fixed the implementation of the sorting for inherited
columns, many2one columns, and aggregated columns.
Added corresponding tests with increased coverage of
the read_group() method.

bzr revid: odo@openerp.com-20140228173320-p8l0jc8op7xsgn1x
openerp/addons/base/tests/test_base.py
openerp/osv/orm.py