Daily updates from Odoo
Wednesday, August 22, 2018
3 changes
New functionality added to Odoo
Users can now see when someone is typing in Odoo chat and live chat conversations, improving responsiveness and making conversations feel more immediate. The update also standardizes how temporary notifications are sent, reducing confusion and access issues behind the scenes.
Original PR description
Task : https://www.odoo.com/web#id=28188&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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
Adds a new batch picking report that organizes warehouse picking operations by location instead of only by picking. This helps warehouse teams review and execute grouped operations more efficiently by following the physical layout of stock locations.
Original PR description
Description of the issue/feature this PR addresses:
Task: https://www.odoo.com/web#id=35645&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720
Pad: https://pad.odoo.com/p/r.6fd256dc3fa277cf946bcc88aeb21e4d
Current behavior before PR:
- In current master stock_picking_batch report generated by picking.
Desired behavior after PR is merged:
- stock_picking_batch report generate by location.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr