Hello,
I have override search method and I wanted to filter out sales Order with following Condition.
Condition / search criteria :
[ state ='RESERVED' OR (state ='SHIPPED' AND avail='YES') AND invoiced='YES']
How to give above condition in following search method.?
.search(cr, uid, [])
what are contents of [ ???> ] ?
↧