server_environment_ir_config_parameter: missing return.
This commit is contained in:
parent
f58aa87671
commit
3ae3c76854
|
|
@ -52,3 +52,4 @@ class IrConfigParameter(models.Model):
|
|||
else:
|
||||
newvals = vals
|
||||
super(IrConfigParameter, rec).write(newvals)
|
||||
return True
|
||||
|
|
|
|||
Loading…
Reference in New Issue