Daily updates from Odoo
Wednesday, August 22, 2018
1 change
New functionality added to Odoo
Adds server-side support for IoT boxes so Odoo can receive device information, track connected devices, and link them to reports or quality checks. This enables printer selection for reports and lays groundwork for measurement capture workflows.
Original PR description
…sure widget When an IoT box is configured as IoT box, it will send all the information about itself and its devices to its server. This way the server knows which ip and which devices are on the iotbox. That way, reports and in enterprise quality points will be linked to devices. So in this module, the models and the controller are defined for this. Also a model for messages is foreseen for future use. There is also a javascript part with a widget for taking a measure and the possibility to link any report with a printer device. 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