diff --git a/addons/calendar/calendar.py b/addons/calendar/calendar.py index 46e8b024dd6..b6473a7f1a7 100644 --- a/addons/calendar/calendar.py +++ b/addons/calendar/calendar.py @@ -1273,7 +1273,7 @@ class calendar_event(osv.Model): if data.get('count'): data['end_type'] = 'count' else: - data['end_type'] = 'final_date' + data['end_type'] = 'end_date' return data def message_get_subscription_data(self, cr, uid, ids, user_pid=None, context=None):