mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] project_task_line: for Odoo 14.0
This commit is contained in:
committed by
Cedric Collins
parent
d5521b9588
commit
28e14f8fdb
@@ -34,7 +34,7 @@ class ProjectTaskLine(models.Model):
|
||||
help="A task's kanban state indicates special situations affecting it:\n"
|
||||
" * Blank is the default situation\n"
|
||||
" * Blocked indicates something is preventing the progress of this task\n"
|
||||
" * Doen indicates the task is complete")
|
||||
" * Done indicates the task is complete")
|
||||
|
||||
@api.onchange('kanban_state')
|
||||
def _onchange_kanban_state(self):
|
||||
|
||||
Reference in New Issue
Block a user