Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3170 Переглядів

Hi, how can I make a field invisible if it is in another model, and the field I am looking at is in my model

 


Аватар
Відмінити
Найкраща відповідь

Hello pavel

You can set the invisible attribute based on context values
You can refer below code
I hope it may help you

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Аватар
Відмінити

Code :-

<field name="partner_id" invisible="context.get('active_model')!='student.student'"/>

Related Posts Відповіді Переглядів Дія
0
вер. 23
41
4
бер. 23
17043
2
лип. 22
3874
0
трав. 22
2170
1
лист. 21
18542