[FIX] caldav : when delegrate event, change state with 'delegated'

bzr revid: hmo@tinyerp.com-20100108154732-zcobjgjba20g4mdg
This commit is contained in:
Harry (Open ERP) 2010-01-08 21:17:32 +05:30
parent fd0659b48a
commit 9c566f0939
1 changed files with 1 additions and 1 deletions

View File

@ -690,7 +690,7 @@ class invite_attendee_wizard(osv.osv_memory):
vals.update({
'del_from_user_ids' : [(6, 0, del_from_user_ids)]
})
attendee_obj.write(cr, uid, [res_id], {'del_to_user_ids' : [(6, 0, del_to_user_ids)]})
attendee_obj.write(cr, uid, [res_id], {'state':'delegated','del_to_user_ids' : [(6, 0, del_to_user_ids)]})
vals.update({
'ref': ref,