Hello,
I need to update the product details on my defined many2one under one2many.
I have following fields on my line_ids
1) partner (many2one)
2) product_id (many2one)
3) Uom
4) Description
5) bom_id (many2one)
Based on product selected on my lines ids i need to update that product name when we open wizard for bom_id i need the product name to be updated based on selected product.
Thanks in Advance.