Browse Source

[REM] b_shift : attendance sheet cancelled status

pull/143/head
Elouan Le Bars 5 years ago
parent
commit
4d46e07394
  1. 4
      beesdoo_shift/models/attendance_sheet.py

4
beesdoo_shift/models/attendance_sheet.py

@ -32,8 +32,7 @@ class AttendanceSheetShift(models.Model):
stage = fields.Selection(
[
("present", "Present"),
("absent", "Absent"),
("cancelled", "Cancelled"),
("absent", "Absent")
],
string="Shift Stage",
copy=False,
@ -166,7 +165,6 @@ class AttendanceSheet(models.Model):
[
("not_validated", "Not Validated"),
("validated", "Validated"),
("cancelled", "Cancelled"),
],
string="Status",
readonly=True,

Loading…
Cancel
Save