/
This commit is contained in:
parent
0ae67777a6
commit
39bb404f99
@ -42,11 +42,6 @@ class Coworker(models.Model):
|
|||||||
is_done = fields.Boolean('Done?')
|
is_done = fields.Boolean('Done?')
|
||||||
is_active = fields.Boolean('Active?', default=True)
|
is_active = fields.Boolean('Active?', default=True)
|
||||||
|
|
||||||
# # Kanban
|
|
||||||
# kanban_state = fields.Selection([('normal', 'In Progress'),
|
|
||||||
# ('blocked', 'Blocked'),
|
|
||||||
# ('done', 'Ready for next stage')],
|
|
||||||
# 'Kanban State', default='normal')
|
|
||||||
|
|
||||||
@api.depends('name', 'firstname')
|
@api.depends('name', 'firstname')
|
||||||
def _compute_full_name(self):
|
def _compute_full_name(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user