← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 670934] [NEW] base_calendar module : problem in event invitation search view

 

Public bug reported:


Sales/Configuration/Calendar/Event Invitations

when I click on group by buttons of Event Invitations search view,

2010-11-04 19:06:02,171][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

-- 
base_calendar module : problem in event invitation search view
https://bugs.launchpad.net/bugs/670934
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:

Sales/Configuration/Calendar/Event Invitations

when I click on group by buttons of Event Invitations search view, 

2010-11-04 19:06:02,171][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