Commit a4cf6b15 by Damien Moulard

Merge branch '2251-shift-screen-associate' into 'dev_cooperatic'

2251 shift screen associate

See merge request !32
parents 5c4fef90 2397c59d
......@@ -40,6 +40,10 @@ class ResPartner(models.Model):
cooperative_state = fields.Selection(
selection=EXTRA_COOPERATIVE_STATE_SELECTION, default='not_concerned')
extra_shift_done = fields.Integer(
"Number of shift done with both of the associate",
default= 0)
@api.model
def run_process_target_status(self):
"""Method called by cron task"""
......
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