Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3 Răspunsuri
16788 Vizualizări

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); });
        };
Imagine profil
Abandonează
Cel mai bun răspuns

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


Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
iun. 18
3879
1
iun. 18
4443
0
mar. 15
4150
0
sept. 23
1569
1
iun. 23
4440