Merge PR #91 into 14.0

Signed-off-by simahawk
This commit is contained in:
OCA-git-bot 2021-11-24 15:30:41 +00:00
commit 1ac950f2c4
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ class ServerEnvTechNameMixin(models.AbstractModel):
# TODO: could leverage the new option for computable / writable fields # TODO: could leverage the new option for computable / writable fields
# and get rid of some onchange / read / write code. # and get rid of some onchange / read / write code.
tech_name = fields.Char( tech_name = fields.Char(
required=True, help="Unique name for technical purposes. Eg: server env keys.",
help="Unique name for technical purposes. " "Eg: server env keys.",
) )
_server_env_section_name_field = "tech_name" _server_env_section_name_field = "tech_name"