diff --git a/beesdoo_shift/models/attendance_sheet.py b/beesdoo_shift/models/attendance_sheet.py index b86fd1d..32690a4 100644 --- a/beesdoo_shift/models/attendance_sheet.py +++ b/beesdoo_shift/models/attendance_sheet.py @@ -190,6 +190,7 @@ class AttendanceSheet(models.Model): ("not_enough", "Not enough workers"), ("enough", "Enough workers"), ("too_many", "Too many workers"), + ("empty", "I was not there during the shift"), ], string="Was your team big enough ?", )