[FIX] Made release planning tasks editable

This commit is contained in:
Ahmed Girach 2018-04-20 11:28:14 +05:30
parent e67b7e553c
commit ecb4f67911
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>