Sunday, September 22, 2024
1 change · saas-17.4
Resolved issues and error corrections
This fix stops Odoo from opening the same chat multiple times when a user has several browser tabs open. Only the main tab now sends the connection request, reducing clutter and avoiding confusing duplicate conversations.
Original PR description
Before this PR, if Odoo was open in multiple tabs, the res.users/connection notification whould open one chat by tab. This is because the RPC whould fire once by tab. This PR check that only the main tab send the RPC. opw-4133175