Hello,
How To Invisible Field Of sale_order_line From Sale_Order ?
For Example One Field Name XYZ(Char) which is in sale.order.line that Will Be Hidden When We Checked One Field From Sale_order Named Is_pqr(Boolean).
If Field Is_pqr is True Than The Field From Sale_order_line XYZ(Char) Will Be Invisible
Thanks
Hi, I am trying to do this in version 14 with fields created with Odoo Studio.
attrs="{'invisible':[('order_id.x_studio_field, '=', "ABC")]}"
attrs="{'invisible':[('parent.x_studio_field, '=', "ABC")]}"
It does not work. Basically I want to make a field invisible in the sales order line depending on a field in the sales order.
Thanks