Daily updates from Odoo
Thursday, August 9, 2018
1 change · master
Code cleanup and technical improvements
This pull request reorganizes Odoo's internal messaging bus so browser tabs and long-running background connections are handled more clearly and reliably. It also stops unnecessary server calls when a bus connection is closed, reducing wasted database work and lowering the risk of unexpected behavior in features like live chat, mail, calendar, and barcode flows.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr