Skip to Content
Menu
This question has been flagged
1 Reply
10142 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
20689
4
May 23
8703
1
Jan 19
8057
0
Oct 17
2590
0
Nov 16
1908