Skip to content

Commit

Permalink
Merge PR #185 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by gurneyalex
  • Loading branch information
OCA-git-bot committed Jun 25, 2024
2 parents 30b3b5b + c92c0da commit 3c1eacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_environment/models/server_env_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def _compute_server_env_from_config(self, field_name, options):

def _compute_server_env_from_default(self, field_name, options):
if options and options.get("compute_default"):
getattr(self, options["compute_default"])()
self[field_name] = getattr(self, options["compute_default"])()
else:
default_field = self._server_env_default_fieldname(field_name)
if default_field:
Expand Down

0 comments on commit 3c1eacd

Please sign in to comment.