コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4928 ビュー

I need to search multiple IDS in a single search, examples Manual XMLRPC only found this:

args = [('vat', '=', 'ZZZZZZ')] #query clause ids = sock.execute(dbname, uid, pwd, 'res.partner', 'search', args)

How do I add more options search the same field? 'ZZZZZZ','AAAAAA','BBBBBBB'

Thks

アバター
破棄
著作者 最善の回答

My Solution:

args = [('x_ref_fenix_old', 'in', ['ESKP01006', 'ESKP01005', 'ESPM01065'])]

ids = sock.execute(self.dbname,uid,self.password,model, 'search',args)

アバター
破棄
関連投稿 返信 ビュー 活動
2
9月 20
5903
1
11月 19
6808
1
3月 15
11653
1
3月 15
4978
2
3月 15
18013