Skip to Content
मेन्यू
This question has been flagged
3 Replies
16797 Views

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
Discard
Best Answer

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
Discard
Related Posts Replies Views Activity
0
जून 18
3880
1
जून 18
4445
0
मार्च 15
4151
0
सित॰ 23
1571
1
जून 23
4443