[MIG] project_task_line: for Odoo 14.0

This commit is contained in:
Connor Christian
2020-11-17 13:55:03 -05:00
committed by Cedric Collins
parent d5521b9588
commit 28e14f8fdb
2 changed files with 2 additions and 2 deletions

View File

@@ -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):