Commit 1187e2a4 by Etienne Freiss

develop

parent 2f19b44e
...@@ -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