Please help me here
this is in my template
<t t-set=”abcd” t-value=”my_function()” />
<t t-esc="abcd"/>
this is my java script
<script>
function my_function(){
var msg= 'Hello';
return msg;
}
</script>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Please help me here
this is in my template
<t t-set=”abcd” t-value=”my_function()” />
<t t-esc="abcd"/>
this is my java script
<script>
function my_function(){
var msg= 'Hello';
return msg;
}
</script>
<t t-set="count" t-value="window.my_function()" />
if you want to pass other function which is not availabe at window global object then pass it as args like
$(QWeb.render('my_tempalte', {my_function: widget.my_function}));
it will call by <t t-set="abcd" t-value="my_function()" />
do you solv this problem?
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
2
août 22
|
11108 | ||
|
2
mai 21
|
7925 | ||
|
2
févr. 19
|
9616 | ||
|
0
juil. 18
|
3339 | ||
|
0
juin 24
|
609 |