This question has been flagged
2680 Views

Hi,

I am having two classes (say class1, class2). In class 1, I am having two fields (say cf1, name) in which cf1 is a check box and name is a textbox. In class2, I am having two fields (say cf12, cf22) in which cf12 is a many2one field in relation with class1. I will be getting all the name values from class1  in the drop down of cf12. I need to make cf22 visible if I select one value in cf12 and whose cf1 value is checked (cf1 = True for that particular cf12 value.).

That means I have to compare with cf1 value of the selected item in cf12 and make cf22 visible/invisible.

Please help me with a solution.

 

Regards,

Emon

Avatar
Discard