Daily updates from Odoo
Wednesday, January 31, 2018
1 change
Enhancements to existing features
Purchase orders now show every related shipment step, not just the first transfer from the supplier to the warehouse. This gives users better visibility when warehouses use two- or three-step receiving processes, including internal transfers.
Original PR description
…hipments Current behavior: - Set up a warehouse with 2 or 3 steps for incoming shipments - On purchase orders the shipment button only display the picking between partner and warehouse. This commit modify this behavior to display all pickings related to the order, including intenal pickings. Such as for sales. It changes the methods compute_picking that now search for all picking in the same procurment group as the PO. 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