Skip to Content
Menu
This question has been flagged
1 Reply
11916 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
23110
4
May 23
11656
1
Jan 19
10267
0
Oct 17
4040
0
Nov 16
3351