Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
16818 Tampilan

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); });
        };
Avatar
Buang
Jawaban Terbai

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


Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Jun 18
3889
1
Jun 18
4458
0
Mar 15
4171
0
Sep 23
1575
1
Jun 23
4452