Skip to Content
Menu
This question has been flagged
1 Reply
4313 Views

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')] }"/>

but the condition doesn't work. need help please
Avatar
Discard

How to visible and invisible fields in odoo

https://goo.gl/BCxCpk

Best Answer

Hello Kader,

<field name="wilaya" attrs="{'invisible': [('country_id','!=',record_id)] }"/>

record_id = Database id then it will work

Avatar
Discard
Author

very helpful thx very much it's working

Related Posts Replies Views Activity
2
Jan 20
13436
16
Aug 19
8650
5
Jun 18
9580
0
Sep 17
1602
0
Feb 17
1972