Error with the new calendar view
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
school-openerp-module |
Fix Committed
|
Critical
|
Pereerro |
Bug Description
The new menu entry "Weekly Schedule" crash and displays the following error message:
Client Traceback (most recent call last):
File "/opt/openerp/
response[
File "/opt/openerp/
return self.do_
File "/opt/openerp/
ids = Model.search(
File "/opt/openerp/
args, kw)
File "/opt/openerp/
result = self.connector.
File "/opt/openerp/
raise xmlrpclib.
Server Traceback (most recent call last):
File "/opt/openerp/
return openerp.
File "/opt/openerp/
result = ExportService.
File "/opt/openerp/
res = fn(db, uid, *params)
File "/opt/openerp/
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/opt/openerp/
return f(self, dbname, *args, **kwargs)
File "/opt/openerp/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/opt/openerp/
return getattr(object, method)(cr, uid, *args, **kw)
File "/opt/openerp/
ret=
File "/opt/openerp/
return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count)
File "/opt/openerp/
query = self._where_
File "/opt/openerp/
e = expression.
File "/opt/openerp/
self.parse(cr, uid, distribute_
File "/opt/openerp/
right = field_obj.
File "/opt/openerp/
ret=
File "/opt/openerp/
return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count)
File "/opt/openerp/
query = self._where_
File "/opt/openerp/
e = expression.
File "/opt/openerp/
self.parse(cr, uid, distribute_
File "/opt/openerp/
right = field_obj.
File "/opt/openerp/
return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count)
File "/opt/openerp/
query = self._where_
File "/opt/openerp/
e = expression.
File "/opt/openerp/
self.parse(cr, uid, distribute_
File "/opt/openerp/
raise ValueError("Invalid field %r in domain expression %r" % (left, exp))
ValueError: Invalid field 'user_id.id' in domain expression [('user_id.id', '=', 20)]
Related branches
Changed in school-base-openerp-module: | |
status: | New → Fix Committed |