Daily updates from Odoo
Wednesday, June 26, 2019
3 changes · master
Resolved issues and error corrections
Completed manufacturing work orders no longer show actions such as continuing production or scrapping that should not be used once the work is done. This reduces user confusion and helps prevent inappropriate follow-up actions on finished production steps.
Original PR description
**Description of the issue/feature this PR addresses:** Task:https://www.odoo.com/web#id=2003916&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 Pad:https://pad.odoo.com/p/r.4bec819e9247800f8f84c35a9903e9df **Description** previously button "continue production" was visible on work orders which were in done state. Which was not ideal. Fixed it by hiding it. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes error handling for receipt printer communication on the IoT Box. If a printer connection fails, Odoo now avoids a secondary crash and keeps the local instance more stable for point-of-sale operations.
Original PR description
Two different problems on the box and resulted in the crash of the Odoo instance running on the IoT Box: When `usblp` had troubles communicating with a printer, a NoDeviceError was raised. The `printer` variable was still set from the last time the loop was processed, so we tried to close it, resulting in an error. The code handling generic execptions was broken. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website editors can now save pages without losing design changes applied to selection or many-to-one form fields. This keeps published forms looking consistent and reduces the need to manually reapply formatting after saving.
Original PR description
**Task**: https://www.odoo.com/web#id=1961733&model=project.task&menu_id=4720 **Pad**: https://pad.odoo.com/p/r.239a84b7bd1077d2ebd373089e8f0523 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr