Skip to Content
मेन्यू
This question has been flagged
3 Replies
13886 Views

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 ?

Avatar
Discard
Best Answer

You replace 'require' to 'required'. Example:

 attrs="{'invisible': [('type','not in',['out_refund'])],'required':[('type','in',('out_refund','in_refund'))]}" 

Avatar
Discard
Author

I will replace it, thank you :)

Author Best Answer

There was only one thing i've done wrong  .... 'd' in require... :)

This form works perfect for me:

attrs="{'invisible': [('product_lines_id','!=','Computer'),('product_lines_id','!=','Server')],'required':['|',('product_lines_id','=','Computer'),('product_lines_id','=','Server')]}"

but thanx anyway :)

Avatar
Discard
Related Posts Replies Views Activity
0
अग॰ 25
52
0
मार्च 25
1419
0
फ़र॰ 25
757
0
जन॰ 25
3498
2
अक्तू॰ 24
3635