diff --git a/models/calendar.py b/models/calendar.py
index a9808bfd661de20168550e625b10224e78c3e955..b7f26a6bec470478169e674f35ea5321948dd150 100644
--- a/models/calendar.py
+++ b/models/calendar.py
@@ -36,12 +36,10 @@ class CalendarEvent(models.Model):
         string="Tâche liée")
     is_transfered = fields.Boolean(
         string='Transféré',
-        compute='_compute_is_transfered',
-        default=False)
+        compute='_compute_is_transfered')
     is_attendee = fields.Boolean(
         string='Est participant',
-        compute='_compute_is_attendee',
-        default=False)
+        compute='_compute_is_attendee')
 
     # ------------------------------------------------------
     # Compute