[FIX]: fix the problem for related fields, related fields act as a many2one fields
authorMantavya Gajjar <mga@tinyerp.com>
Mon, 14 Sep 2009 10:46:58 +0000 (16:16 +0530)
committerMantavya Gajjar <mga@tinyerp.com>
Mon, 14 Sep 2009 10:46:58 +0000 (16:16 +0530)
commitbc8b4727657f9ffaeb14160072c0ed6e15e2d267
treea93d1cbb1e8fd20960d9598ca84307ef6ce30b69
parent5b936460bde99ec63ace7255718eefc8c9c3e1f7
[FIX]: fix the problem for related fields, related fields act as a many2one fields
which is not exist in the db , so direct ql query will not work for them, direct sql will work only
for many2one fields only to make relation with 2 tables

lp bug: https://launchpad.net/bugs/379191 fixed

bzr revid: mga@tinyerp.com-20090914104658-8submdrc2pjwflhy
addons/base_report_creator/base_report_creator.py