diff --git a/project_task_line/__manifest__.py b/project_task_line/__manifest__.py index 17df456e..b9ab9cac 100644 --- a/project_task_line/__manifest__.py +++ b/project_task_line/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Project Task Lines', - 'version': '13.0.1.0.0', + 'version': '14.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3', diff --git a/project_task_line/models/project.py b/project_task_line/models/project.py index 3305de57..d0170a57 100644 --- a/project_task_line/models/project.py +++ b/project_task_line/models/project.py @@ -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):