Skip to Content
Menu
This question has been flagged
1 Reply
11558 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
22654
4
May 23
11050
1
Jan 19
9924
0
Oct 17
3768
0
Nov 16
3042