I have a domain that I want to make a condition.
A or B or C or D
What would be the syntax in XML ? I have tried many syntax's but it did not work.
<field name="domain" >['|', ('sav_diag_check_cd','=',1),('sav_diag_check_cc','=',1),'|',('sav_diag_check_pe','=',1),('sav_diag_check_fe','=',1)] </field>