Skip to Content
Menu
This question has been flagged
2 Replies
3663 Rodiniai

Hello everybody;

I have a python function that i need to call from a js file.

But need your help to know how it works with jqwery.

Thanks a lot in advance.

Best regards.

Portretas
Atmesti

Do you mean to call a controller function from the JS file?

Best Answer

Yes, you can do it using controller in javascript.

Make an rpc call as below inside controller:

self._rpc({
model: <your_model_name>,
method: '<your_method_name>',
args: [data[key]],
context: session.user_context,
}).done(function() {}).fail(function() {})
Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
rugs. 24
14368
0
bal. 18
2462
1
liep. 19
6399
2
liep. 24
2413
1
birž. 24
4919