Commit 0fcca2ac by Thibault Grandjean

Merge branch '2249-shift-registered-associate' into 'dev_cooperatic'

2249-shift-registered-associate

See merge request !31
parents 89b11cb3 1187e2a4
...@@ -15,6 +15,10 @@ class ShiftRegistration(models.Model): ...@@ -15,6 +15,10 @@ class ShiftRegistration(models.Model):
"Is this registration a consequence of a makeup to do", "Is this registration a consequence of a makeup to do",
default= False) default= False)
associate_registered = fields.Char(
"Who will do the shift, partner, associate or both",
default= False)
@api.multi @api.multi
......
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