[FIX] calendar

bzr revid: fp@tinyerp.com-20120927073155-15ov65wc4ug6unci
This commit is contained in:
Fabien Pinckaers 2012-09-27 09:31:55 +02:00
parent b5b9468b55
commit 6c6add62aa
1 changed files with 1 additions and 0 deletions

View File

@ -1058,6 +1058,7 @@ rule or repeating pattern of time to exclude from the recurring rule."),
'active': fields.boolean('Active', help="If the active field is set to \
true, it will allow you to hide the event alarm information without removing it."),
'recurrency': fields.boolean('Recurrent', help="Recurrent Meeting"),
'partner_ids': fields.many2many('res.partner', string='Attendees', states={'done': [('readonly', True)]}),
}
def create_attendees(self, cr, uid, ids, context):