Commit 3c53862b by Yvon

3882 explication suppression presence

parent c17e57ac
...@@ -23,6 +23,9 @@ class ShiftRegistration(models.Model): ...@@ -23,6 +23,9 @@ class ShiftRegistration(models.Model):
"Set to True when partners are both present. Used to detect if extra_shift_done is to be incremented when recording presences", "Set to True when partners are both present. Used to detect if extra_shift_done is to be incremented when recording presences",
default= False) default= False)
cancellation_description = fields.Char(
"So that the bdm can explain the reason for the registration cancellation and sign"
)
@api.multi @api.multi
def write(self, vals): def write(self, vals):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment