Daily updates from Odoo
Monday, July 29, 2019
1 change · master
Resolved issues and error corrections
This fix prevents Odoo from starting duplicate background services, which was causing visible messaging issues. Users should no longer see duplicated chat windows, stale message counters, or conversations that only update after a page reload.
Original PR description
Revision on https://github.com/odoo/odoo/pull/32132 The PR above introduced a bug where services were duplicated. This is caused by the change that turned the crash manager into a service and a service provider. The former is intended but not the latter. This issue is especially noticeable with services that have internal state, such as the mail service: - Duplicated chat windows; - Systray messaging counter not incrementing; - Posting a message is not visible in conversation until next page reload; - etc. Closes #34910 Task-ID 2040517 Task-ID 2042393