i want to display a customized field "wilaya" depending the value of another field "country_id" in the view base.view_partner_form
my code is :
<field name="wilaya" attrs="{'invisible': [('country_id','!=', 'Algeria')] }"/>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
i want to display a customized field "wilaya" depending the value of another field "country_id" in the view base.view_partner_form
my code is :
<field name="wilaya" attrs="{'invisible': [('country_id','!=', 'Algeria')] }"/>
Hello Kader,
<field name="wilaya" attrs="{'invisible': [('country_id','!=',record_id)] }"/>
record_id = Database id then it will work
very helpful thx very much it's working
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
जन॰ 20
|
15521 | ||
|
16
अग॰ 19
|
10513 | ||
|
5
जून 18
|
11117 | ||
|
0
सित॰ 17
|
2716 | ||
|
0
फ़र॰ 17
|
3267 |
How to visible and invisible fields in odoo
https://goo.gl/BCxCpk