server_environment: do not copy tech_name

This commit is contained in:
Simone Orsi 2022-05-10 08:16:13 +02:00 committed by Sébastien Alix
parent 9ff914d3f2
commit 4ca6a71777
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"