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

Loading…
Cancel
Save