Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server_environment: Fix value assignation in compute from default
Since previous commit adding support for ssl certificate auth, field smtp_authentication in ir.mail_server, became a field managed by environment, when mail_environment is installed. This field has been defined using a default value relying on the compute_default property allowing to define a compute function, which matches the default value of the field. However, as the function _compute_server_env_from_default was broken, because it did not assign the computed value to the field, the field was empty and connection was broken.
- Loading branch information