Merge PR #69 into 13.0

Signed-off-by simahawk
This commit is contained in:
OCA-git-bot 2021-01-18 08:03:34 +00:00
commit 7068bc4b26
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ class ServerEnvTechNameMixin(models.AbstractModel):
# TODO: could leverage the new option for computable / writable fields
# and get rid of some onchange / read / write code.
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"