c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02703
[Bug 670918] [NEW] Marketing campaing module : group by error in campaign analysis report
Public bug reported:
from the report Marketing/Reporting/Campaign Analysis
when I click on State button from group by I get following errors :
[2010-11-04 18:41:21,660][trunk] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/home/vir/erog/openobject-server/bin/osv/osv.py", line 57, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/vir/erog/openobject-server/bin/osv/osv.py", line 140, in execute
res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/vir/erog/openobject-server/bin/osv/osv.py", line 130, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/vir/erog/openobject-server/bin/osv/orm.py", line 2210, in read_group
assert not groupby or groupby in fields, "Fields in 'groupby' must appear in the list of fields to read (perhaps it's missing in the list view?)"
AssertionError: Fields in 'groupby' must appear in the list of fields to read (perhaps it's missing in the list view?)
** Affects: openobject-addons
Importance: Undecided
Status: New
--
Marketing campaing module : group by error in campaign analysis report
https://bugs.launchpad.net/bugs/670918
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: New
Bug description:
from the report Marketing/Reporting/Campaign Analysis
when I click on State button from group by I get following errors :
[2010-11-04 18:41:21,660][trunk] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/home/vir/erog/openobject-server/bin/osv/osv.py", line 57, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/vir/erog/openobject-server/bin/osv/osv.py", line 140, in execute
res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/vir/erog/openobject-server/bin/osv/osv.py", line 130, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/vir/erog/openobject-server/bin/osv/orm.py", line 2210, in read_group
assert not groupby or groupby in fields, "Fields in 'groupby' must appear in the list of fields to read (perhaps it's missing in the list view?)"
AssertionError: Fields in 'groupby' must appear in the list of fields to read (perhaps it's missing in the list view?)
Follow ups
References