server_environment: do not copy tech_name

This commit is contained in:
Simone Orsi 2022-05-10 08:16:13 +02:00
parent d589db40e8
commit 0a13d91310
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. # and get rid of some onchange / read / write code.
tech_name = fields.Char( tech_name = fields.Char(
help="Unique name for technical purposes. Eg: server env keys.", help="Unique name for technical purposes. Eg: server env keys.",
copy=False,
) )
_server_env_section_name_field = "tech_name" _server_env_section_name_field = "tech_name"