Hi All,
I have 3 classes (say class1, class2, class3). In class1, I have a checkbox (say cb1) and a many2one field (say field1). If the check box is True, the many2one field must load data from class2 (fields.many2one('class2','field1')). if checkbox is False, the many2one field must load data from class3 (fields.many2one('class3','field1')). Is it possible. Please help me with a solution. Thank you in advance.
Regards,
Emon.