[REF] rb r2g

bzr revid: jke@openerp.com-20131124143101-v29i08qxr7p06knl
This commit is contained in:
jke-openerp 2013-11-24 15:31:01 +01:00
parent cd4f71cf36
commit e714331429
1 changed files with 3 additions and 0 deletions

View File

@ -268,6 +268,9 @@ class calendar_attendee(osv.osv):
'declined':'red'
}
if not isinstance(ids, (tuple, list)):
ids = [ids]
for attendee in self.browse(cr, uid, ids, context=context):
res_obj = attendee.ref
if res_obj: