Skip to Content
Menu
This question has been flagged
1 Reply
11807 Views

I try to call function but when I call it he raise for me message tell me he cant callable this function please help me whate can make this.

Avatar
Discard
Best Answer

If function is in the same model then you can use:

  <span t-esc="o.your_call_function()" />

or

<span t-esc="o.your_call_function(arg1,agr2,...)" />

Avatar
Discard
Related Posts Replies Views Activity
5
Dec 23
22989
4
May 23
11545
1
Jan 19
10211
0
Oct 17
3994
0
Nov 16
3253