Daily updates from Odoo
Monday, September 30, 2019
2 changes
Resolved issues and error corrections
This fix prevents a manufacturing-related calculation from running when a finished product tracking reference is removed from a stock move line. This reduces unnecessary background processing and helps keep manufacturing operations more stable without changing user-facing workflows.
Original PR description
the _compute_order_finished_lot_ids is triggered when we delete a finished_produced_id on a stock_move_line. 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
Mobile kanban boards now work correctly for users of right-to-left languages. Tabs display in the expected order, tapping a tab opens the right column, and swipe gestures behave naturally for those languages.
Original PR description
Task:https://www.odoo.com/web#id=1969142&action=333&active_id=133&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.cc76b347609129ccd61f800b8766bea0 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr