Merge PR #112 into 14.0

Signed-off-by sebalix
This commit is contained in:
OCA-git-bot 2022-05-10 12:27:59 +00:00
commit 6471e111a8
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class ServerEnvTechNameMixin(models.AbstractModel):
# and get rid of some onchange / read / write code.
tech_name = fields.Char(
help="Unique name for technical purposes. Eg: server env keys.",
copy=False,
)
_server_env_section_name_field = "tech_name"