Daily updates from Odoo
Tuesday, September 12, 2017
2 changes · master
Enhancements to existing features
Manual stock transfers now move directly into the ready workflow without requiring users to click extra confirmation and availability buttons. This reduces repetitive warehouse steps and helps teams process manually created pickings more quickly.
Original PR description
Before this when a manual picking was created a user had to click on 'Mark as Todo' and then possible had to click on 'Force Availability'. This automatically does that for pickings that are 'manually' (i.e. no origin) created. Task: https://www.odoo.com/web#id=36193&view_type=form&model=project.task&menu_id= Pad: https://pad.odoo.com/p/r.506449137e6799c4a0c9154208d32f3a
Warehouse users can now unlock stock transfers to make controlled corrections when needed. They can adjust planned demand before a transfer is completed, or correct completed quantities after it is done, reducing the need for workarounds when operational data changes.
Original PR description
Task: https://www.odoo.com/web#id=36064&view_type=form&model=project.task&menu_id= Introduces a lock/unlock mechanism on stock.picking. When a picking is unlocked a user is allowed to: - change initial demand when picking is not done - change quantity done when picking is done