Daily updates from Odoo
Monday, June 19, 2023
1 change
New functionality added to Odoo
Manufacturing users can now create and access Engineering Change Orders directly from a Manufacturing Order, keeping production changes tied to the related product design process. When a Manufacturing Order has different component usage than its original bill of materials, the ECO can carry those differences forward, improving traceability and reducing manual re-entry.
Original PR description
From a Manufacturing Order, the user can create an Engineering Change Order through the form view action "Create ECO". This action will either create a new ECO, either open one already existing for the MO's BoM. If the production was changed regarding its BoM, the ECO will automatically takes the difference between the original BoM's recipe and the current MO's consumption. Also, the MO and the ECO are linked now, thanks to two new field: - `production_id` for `mrp.eco`: it's the MO who created the ECO; - `eco_ids` for `mrp.production`: it's all the ECO created by this MO. A stat button is added in both `mrp.eco` and `mrp.production` form view. task-3089368 Community PR: odoo/odoo#110227 Upgrade PR: odoo/upgrade#4428