I would like to add more than one attrs into the field in xml, for example:
attrs="{'invisible': [('product_lines_id','!=','Computer'),('product_lines_id','!=','Server')],'require':[('product_lines_id','=','Computer')]}"
How should I do this ?
Or what should i change ?