Skip to Content
मेन्यू
This question has been flagged
1 Reply
5862 Views

Can I use the syntax as condition1.type1 and condition2.type1 in the field of view xml?
if condition1 and condition2 have the type1 attribute?

<field name="name" attrs="{'invisible': [('condition1.type1', '=', False)], 'required': [('condition2.type1', '=', True)]}"/>

Avatar
Discard
Best Answer

Hello, if it's still problem. You can use context.


context="{'default_type_1': condition1.type1, 'default_type_2': condition2.type1}"
invisible="context.get('default_type_1', False)"
required="context.get('default_type_2')=='default_type_2_value'"
Avatar
Discard
Related Posts Replies Views Activity
1
अक्तू॰ 22
9693
1
मार्च 15
12064
6
सित॰ 17
8210
2
मार्च 15
9950
1
मार्च 15
4446