-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0] server_environment: Fix value assignation in compute from default #185
[16.0] server_environment: Fix value assignation in compute from default #185
Conversation
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.
f606ce2
to
c92c0da
Compare
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
@gurneyalex The merge process could not be finalized, because command
|
Congratulations, your PR was merged at 079d742. Thanks a lot for contributing to OCA. ❤️ |
FW port of #184