Friday, June 28, 2019
3 changes · master
Resolved issues and error corrections
The eLearning slide statistics view has been corrected so it displays properly after the Bootstrap 4 update. This helps users review course and slide performance information without layout issues or visual confusion.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://drive.google.com/file/d/1h5WFaVaPFnf6ZZRhBMroXAe1xoKvtSxZ/view 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
This fix preserves existing company settings during installation of the Belgian payroll accounting module. It prevents later setup steps, such as point of sale configuration, from failing because the wrong company context was used.
Manufacturing quality checks no longer try to connect to an IoT device when none is assigned. This prevents unnecessary error messages and keeps control point workflows running smoothly when device details are missing.
Original PR description
When using iot devices for MRP control points, when no iot device was linked to the control point, the widget tried to connect to a device anyway, raising an error. The widget now first checks if the record contains an IP and device identifier.