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

Hi, i work with odoo 13. I trying get all the rows, from my table. What should I pass in my arg, for get all the string at once?


My code:

 var res = rpc.query({
            model: 'my model',
            method: 'read',
            args: [????]
        }).then(function (data) {
            console.log(data); });
        };
アバター
破棄
最善の回答

This is a duplicated question

See my answer at your other question at: https://www.odoo.com/es_ES/forum/ayuda-1/question/how-to-use-rpc-query-in-javascript-with-read-method-for-get-all-rows-from-table-173529


アバター
破棄
関連投稿 返信 ビュー 活動
0
6月 18
3877
1
6月 18
4424
0
3月 15
4148
0
9月 23
1569
1
6月 23
4437