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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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'"/>
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Sep 23
|
41 | ||
|
4
Mar 23
|
15291 | ||
|
2
Jul 22
|
2452 | ||
|
0
May 22
|
1137 | ||
|
1
Nov 21
|
17204 |