October 2019
Beginner to intermediate
504 pages
12h 57m
English
We can use the same domain filters that we used in filtering rush orders, in order to use the API to return a list of sale order IDs that match as showing in the following snippet:
models.execute_kw(db, uid, password,
'sale.order', 'search',
[["[('x_rush','=',True),('state','=','progress')]])
Read now
Unlock full access