Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
16776 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
čvn 18
3879
1
čvn 18
4430
0
bře 15
4150
0
zář 23
1569
1
čvn 23
4438