Skip to Content
Menu
This question has been flagged
1 Reply
11643 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
22773
4
May 23
11211
1
Jan 19
10000
0
Oct 17
3838
0
Nov 16
3118