I try to invisible some field by clicking check box but I don't know how can I make it .
please help me.
thank you so much
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I try to invisible some field by clicking check box but I don't know how can I make it .
please help me.
thank you so much
Yes, it is possible. Try this (in xml):
<field name="my_checkbox"/>
<field name="my_foo1" attrs="{'invisible':[('my_checkbox','=',False)]}"/>
<field name="my_foo2" attrs="{'invisible':[('my_checkbox','!=',False)]}"/>
or like this:
<field name="my_foo3" invisible="context.get('my_checkbox',False)"/>
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
अग॰ 18
|
3591 | ||
|
3
अग॰ 15
|
3451 | ||
Certification ODOO
Solved
|
|
2
जुल॰ 15
|
5137 | |
|
0
मार्च 15
|
4165 | ||
|
1
मार्च 15
|
3265 |