Merge PR #126 into 15.0

Signed-off-by lmignon
This commit is contained in:
OCA-git-bot 2022-10-19 11:47:13 +00:00
commit 874a2446f7
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ 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.",
copy=False,
)
_server_env_section_name_field = "tech_name"