Skip to content
Snippets Groups Projects
Commit db1447d4 authored by Alexandre Kühn's avatar Alexandre Kühn
Browse files

[FIX] mail: messaging start when bus service is deployed


Before this commit, messaging.start() may crash due to bus service
not yet deployed.

This commit fixes the issue by ensuring `start()` is always called
when the bus service is deployed. To do so, we introduce a new
service (Messaging) that simply waits for bus service deployment
before invoking messaging start.

Task-2468483

closes odoo/odoo#66828

Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
parent 89d52375
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