[IMP] survey_base : add i18n
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m38s
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m38s
This commit is contained in:
@@ -21,7 +21,7 @@ class SurveyUserInputLine(models.Model):
|
||||
|
||||
#record reference fields
|
||||
record_reference = fields.Many2oneReference(model_field="record_reference_model", string="Record")
|
||||
record_reference_model = fields.Char('Record model')
|
||||
record_reference_model = fields.Char('Record Model')
|
||||
|
||||
"""set record_reference when saving survey_user_input line
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user