Skip to content

Commit

Permalink
project_task_scheduling: Add help to fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestotejeda committed Sep 24, 2018
1 parent 7841cb2 commit 129ed4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project_task_scheduling/wizards/scheduling_wizard.py
Expand Up @@ -104,6 +104,13 @@ class ProjectTaskSchedulingWizard(models.TransientModel):
string="Task option",
default='not_finished',
required=True,
help="The task list below is fulfilled depending on the option "
"selected.\n"
"Not finished tasks: All task out of closed stage and with "
"progress < 100 %\n"
"Not scheduled tasks: The subset of 'Not finished tasks' that "
"has ending date not set\n"
"Customized task list: No task"
)
task_ids = fields.Many2many(
comodel_name='project.task',
Expand Down

0 comments on commit 129ed4e

Please sign in to comment.