Merge branch 'master' into 'master'

[FIX] Made release planning tasks editable

See merge request flectra-hq/flectra!47
This commit is contained in:
Parthiv Patel 2018-04-20 10:35:56 +00:00
commit 8601c469ae
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@ class ReleasePlanning(models.Model):
related="sprint_id.estimated_velocity", string="Sprint Velocity",
track_visibility="onchange", store=True)
task_id = fields.One2many(
"project.task", "release_planning_id", string="Task", readonly=True)
"project.task", "release_planning_id", string="Task")
@api.onchange('sprint_id')
def onchange_project(self):

View File

@ -56,7 +56,6 @@
<th>Actual End Date</th>
<th>Velocity</th>
<th>Stage</th>
</tr>
<tr t-foreach="object.task_id" t-as="task">
<td>