I want to hide char field when another Boolean field is clicked true?
HOw to do this?
<field name="x_studio_code_reference" attrs="{'invisible': [('x_studio_is_an_asset','=','True')]}" />
I used this but nothing happen.
please help me
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to hide char field when another Boolean field is clicked true?
HOw to do this?
<field name="x_studio_code_reference" attrs="{'invisible': [('x_studio_is_an_asset','=','True')]}" />
I used this but nothing happen.
please help me
Hi,
Update the code like this by removing inverted coma from 'True' ,
<field name="x_studio_code_reference" attrs="{'invisible': [('x_studio_is_an_asset','=', True)]}" />Thanks
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.