Daily updates from Odoo
Friday, January 25, 2019
4 changes · master
Code cleanup and technical improvements
This change removes an outdated website editor startup component after recent editor updates made it unnecessary. It helps keep the website and event website code cleaner with minimal direct impact for business users.
Original PR description
* website_event Following the new editor's merge at https://github.com/odoo/odoo/pull/29775, 'web_editor.ready' was moved to website without being renamed. Following https://github.com/odoo/odoo/pull/30409, this will remove that 'web_editor.ready' module. See upcoming improvements with https://github.com/odoo/odoo/pull/29442
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
Work order start and end date handling, along with unplanning behavior, is being moved from Enterprise into the Community manufacturing app. This makes these scheduling capabilities available more broadly and keeps the Enterprise module focused on features that remain specific to it.
Original PR description
Move the code that fills in date start and date end on the Work Orders and that does the unplan to Community Linked to odoo/odoo#30184 TaskID: 1889399