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

Hello .  

I'm using  Odoo13, I want to change my custom views every X seconds.

I have two Js and XML files separately.      

template1.xml  

temp1.js

template2.xml

temp2.js


I am calling xml into JS and working perfectly fine.

temp1.js

var MyClientAction = AbstractAction.extend({
contentTemplate: 'template1',
});
core.action_registry.add('folder_name', MyClientAction);

I do not know how to call and load template2.  I am about to use this function for time interval

setInterval(function() {

}, 5000);

I tried another option to gather every templates and separate with  in one file  and gather javascripts as well, but still do not know how to change views every X seconds, the ways I tried do not work. 

Thanks in advance!






Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
iun. 24
2700
3
apr. 24
5807
0
iul. 22
1125
1
aug. 20
9017
2
iun. 20
4086