Daily updates from Odoo
Monday, August 19, 2019
1 change · master
Code cleanup and technical improvements
This update streamlines subcontracting by moving key actions directly onto operations, supporting extra received quantities, dropshipping flows, and easier tracking of lots and components. It also simplifies setup by allowing any supplier to be assigned on a bill of materials, reducing configuration overhead and improving day-to-day accuracy.
Original PR description
This PR modify the subcontracting process: - Support extra quantity - No more interaction with the subcontract order. Everything is directly accessible on the operation - Dropshipping with subcontracting - Bypass reservation process - The partner type subcontractor is removed and every partner could be set on the BoM - Update the initial demand will trigger the rules. - Demo data - Subcontractor is required on the BoM (no more BoM for all partners of type subcontractor) Visually: - Remove the stat button for linked operation. - Register Components is only available when a subcontract component is tracked - Button on operations in order to correct tracked components - Show Operation button will ask to record components until the total quantity is provided(correction on finish lines are allowed after) More details available in each commit Task 1962187