This question has been flagged
1 Reply
2250 Views

In Odoo 10, I'm looking at the list of components that make up a BOM (it's menu_id=339)

have added a field in the BOM model to bring in quantity available. However, the Odoo Studio app does not let me add a field to the component view. Can someone describe how to add this field to the component tree view, which now shows only product, product quantity, and product unit of measure? 

I think many people have requested this. 

Avatar
Discard
Author Best Answer

In BOM form view; hit customization icon for Odoo Studio

XML editor at the right;

after <field name="product_qty"/>
add the custom field for quantity available: <field name="x_qty_available"/>

Avatar
Discard