Daily updates from Odoo
Friday, November 9, 2018
1 change · master
Resolved issues and error corrections
This fixes an issue where employee presence information was not passed through correctly during live updates. As a result, users should no longer incorrectly appear offline when they are active.
Original PR description
The hr_presence module recently introduced adds a hook on the bus controller in order to execute its very important and legally business, but this hook brings an error as it forgot to propagate the bus options. Consequence: the bus_inactivity, responsible of the bus.presence are not pass to super. So all user appears offline. 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