Daily updates from Odoo
Friday, January 25, 2019
2 changes · master
Code cleanup and technical improvements
Zebra label report templates are being moved out of the separate stock_zebra add-on and into the core Inventory and Manufacturing areas. This makes the related label printing reports available from the main business apps while preparing the Zebra-specific module to live in Enterprise with its IoT dependency.
Original PR description
Task: https://www.odoo.com/web#id=1891804&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.a14a2aee128cd6151eecdf12860e581d 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
This update reorganizes manufacturing, quality, and IoT features so each capability is available only when the relevant app is installed. Label printing can now be used without IoT hardware, while photo capture and measurement features are easier to use across work orders and quality checks.
Original PR description
Refactor IOT module and dependencies in order to have the code at the correct place. - iot.trigger only used in workorder step is moved from iot to new module mrp_workorder_iot. Triggers pass/fail,measure are integrated with a bridge module quality_mrp_workorder_iot - Take a measure code is moved to quality_control_iot and can be used for both mrp and quality check on picking - Print label can be use without iot and become a quality step. Task: 1891804