6.0: Meeting Invitation Error

Bug #603501 reported by Carlos Liebana
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Invalid
Undecided
Rucha (Open ERP)

Bug Description

Hi,

In 6.0 (coded downloaded yesterday), there's a lot of things not working, testing from the web client:

1) When I try to create a new meeting, I receive the following error

Traceback (most recent call last):
  File "/home/openerp/production/openobject-server/bin/netsvc.py", line 394, in dispatch
    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/home/openerp/production/openobject-server/bin/service/web_services.py", line 588, in dispatch
    res = fn(db, uid, *params)
  File "/home/openerp/production/openobject-server/bin/osv/osv.py", line 57, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/openerp/production/openobject-server/bin/osv/osv.py", line 133, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/openerp/production/openobject-server/bin/osv/osv.py", line 123, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/openerp/production/openobject-server/bin/addons/base_calendar/base_calendar.py", line 582, in create
    res = super(calendar_attendee, self).create(cr, uid, vals, context)
  File "/home/openerp/production/openobject-server/bin/osv/orm.py", line 3587, in create
    self.pool.get(object)._store_set_values(cr, user, ids, fields2, context)
  File "/home/openerp/production/openobject-server/bin/osv/orm.py", line 3670, in _store_set_values
    result = self._columns[val[0]].get(cr, self, ids, val, 1, context=context)
  File "/home/openerp/production/openobject-server/bin/osv/fields.py", line 695, in get
    res = self._fnct(obj, cr, user, ids, name, self._arg, context)
  File "/home/openerp/production/openobject-server/bin/addons/base_calendar/base_calendar.py", line 249, in _compute_data
    if attdata.user_id:
  File "/home/openerp/production/openobject-server/bin/osv/orm.py", line 281, in __getattr__
    return self[name]
  File "/home/openerp/production/openobject-server/bin/osv/orm.py", line 200, in __getitem__
    datas = self._table.read(self._cr, self._uid, ids, fffields, context=self._context, load="_classic_write")
  File "/home/openerp/production/openobject-server/bin/osv/orm.py", line 2821, in read
    model_name, ref_id = v.split(',', 1)
ValueError: need more than 1 value to unpack

2) Calendar view of meetings is not displayed correctly

3) Some fields are read-only, don't understand why: Event date, Event type...

4) Icon in "Uncertain button" is not displayed correctly

Changed in openobject-addons:
assignee: nobody → RME(OpenERP) (rme-openerp)
Changed in openobject-addons:
assignee: RME(OpenERP) (rme-openerp) → nobody
Revision history for this message
Samantha (samantha-z-mathews) wrote :

up.

Changed in openobject-addons:
assignee: nobody → rpa (Open ERP) (rpa-openerp)
milestone: none → 6.0
Revision history for this message
Rucha (Open ERP) (rpa-openerp) wrote :

Hello Carlos,
I have checked for the problem with latest trunk-addons and web-client,
Its working fine at my end,

1) No Error is coming on meeting creation,

2) Calendar view is fine, What is not correct in Calendar view?

3) The "Meeting Invitation" menu and view are intended for the user to have a look on his Invitations and basically it is created from Meeting(Event) by "Invite People" wizard,
    the fields under "Event Detail"(Event Date, Event End Date etc.) are filled automatically(these are function fields) based on the event data and it is the reason why they are readonly,

4) Its fine now!

Can you check again with latest trunk-addons and web-client,

Thanks

Changed in openobject-addons:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.