This question has been flagged

Hello,

I am trying to edit the Consumed Materials list (add or delete a line) in a Manufacturing Order, but when I click Edit on the Manufacturing Order, nothing changes - I can not edit the lines. In v9 it used to give you the option to Add a line or delete the existing ones.

Avatar
Discard

The 'Consumed' column in your screenshot should be editable - at this stage I believe you can only adjust quantity, not add/remove products.

Best Answer

Modifying the BOM does not change the MO, neither does an engineering change in PLM. Someone on github said something about removing create="0" from the view but that is only part of the change, all sorts of errors occur.

https://github.com/odoo/odoo/issues/14689

The official answer from the webinar below seems be to modify consumed quantities in existing MO, but create new lines in a new BOM in a new MO. But that new MO must also consume the final product produced by the previous MO.

https://www.youtube.com/watch?v=beBakBlHcLY

Still, this is cumbersome and unintuitive. We are producing buildings which takes weeks and plans change during production.

Avatar
Discard
Best Answer

there is a module for this functionality in Odoo 10. It allows you to edit product to consume in MO form

https://www.odoo.com/apps/modules/10.0/deltatech_mrp_edit_comp/

Avatar
Discard
Best Answer

A workaround in case you want to change a component product to something different to what the BOM defines:

1. Go to Inventory > Reports > Stock Moves, and find the record for the MO component line you'd like to change.

2. Edit the the stock move record to replace the product.

3. Odoo somehow doesn't cancel the available status of the stock move with above operation, so go back to the MO and press Check Availability button to redo the availability check.

Avatar
Discard
Best Answer

Someone succeeded in having the possibility to modify/add/delete consumed materials in v10 ?

Avatar
Discard

Nope! Not possible. It is though in 11.0.

https://www.odoo.com/apps/modules/10.0/deltatech_mrp_edit_comp/

this is the module for Odoo 10 for this functionality. it allows you to edit material to consume in MO form

Author Best Answer

Hi Ray,

thanks for your comment. Do you know why is this made different from V9? What is the reasoning behind these changes?

Avatar
Discard