Hello Dears,.
i have custom module i need if i select product from many2one field i want to display 3 fields
at attrs :
'product_id':fields.many2one('product.product', required=True),
------------------------------------------------------------------------------------------------------
<field name="Display_field" attrs="{'visible':[('product_id', '=', 'Product1')]}"/>
how to solve that ???