attrs="{'readonly': [('a','=', 'b')]}"
attrs="{'invisible': [('c','=', 'd')]}"
How can i merge 2 codes into 1 .Just likes I have field 'country'. I want this field read only if a==b and invisible if c==d .
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
attrs="{'readonly': [('a','=', 'b')]}"
attrs="{'invisible': [('c','=', 'd')]}"
How can i merge 2 codes into 1 .Just likes I have field 'country'. I want this field read only if a==b and invisible if c==d .
attrs="{'invisible':[('a','=','b')],'readonly':[('c','=','d')]}"
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden