Skip to content
Snippets Groups Projects
Commit ea411374 authored by Romeo Fragomeli's avatar Romeo Fragomeli
Browse files

[FIX] base: a traceback appear when we test SMTP connection in technical settings


Before this commit, in base we use bus to notify the user but bus module
is not always installed and so we can't call it.

After this commit, now we use a client action to notify the success test.

Steps to reproduce:
* install a Odoo with no apps
* go in debug mode
* go to "Outgoing Mail Servers" technical settings
* create a valid SMTP record
* click on "Test Connection" button (BUG)

closes odoo/odoo#38276

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent 8775fd67
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment