[FIX] orm: correct read_group() on models with `_group_by_full` (introduced by previo...
authorChristophe Simonis <chs@odoo.com>
Mon, 15 Sep 2014 10:09:35 +0000 (12:09 +0200)
committerChristophe Simonis <chs@odoo.com>
Mon, 15 Sep 2014 10:09:35 +0000 (12:09 +0200)
commit7eab880660da4a1a9cc25619f2314bdde5062091
tree06760eec5a50098882ec2460a70a0dbf7e463696
parenta3cf66def1264905dd0d010d34ff42de64b58f9b
[FIX] orm: correct read_group() on models with `_group_by_full` (introduced by previous forward-port)

also add tests of `_group_by_full` functionality
openerp/addons/test_converter/models.py
openerp/addons/test_converter/tests/__init__.py
openerp/addons/test_converter/tests/test_gbf.py [new file with mode: 0644]
openerp/osv/orm.py