Skip to content

Commit

Permalink
Merge bfd5a24 into bbeb0e0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomacr authored Jun 19, 2020
2 parents bbeb0e0 + bfd5a24 commit a960b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/models/survey_question.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ class SurveyQuestion(models.Model):
'survey.label',
related='labels_ids',
string='Suggested answers',
readonly=False,
)
is_evaluation = fields.Boolean(
related='survey_id.is_evaluation',
readonly=True,
)

@api.depends(
Expand Down

0 comments on commit a960b1e

Please sign in to comment.