Daily updates from Odoo
Monday, December 2, 2019
2 changes · master
Resolved issues and error corrections
Purchase order lines created from separate reordering rules are now kept distinct when needed and use the correct stock location. This helps avoid incorrect merging of replenishment orders and improves stock availability accuracy for warehouses and locations.
Original PR description
- the oderpoint_id field on the purchase order line wasn't used to not merge the po lines - if the orderpoint_id field is set, use the orderpoint location task-2001462
This fix stops users from changing the status of unbuild orders, work orders, or purchase requisitions by dragging cards between grouped Kanban columns. Status changes now stay controlled by the proper workflow actions, helping avoid incomplete or inconsistent business processes.
Original PR description
Task: https://www.odoo.com/web#id=2087309&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.427ab0efba7e25bed0fa29e8d1cf1fd6 Description of the issue/feature this PR addresses: previously, when grouped by any of the attributes, the user was able to drag and drop kanban boxes to assign a different attribute to the selected box. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr