Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
3374 Tampilan

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.

Avatar
Buang

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

Jawaban Terbai

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() {})
Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Sep 24
13839
0
Apr 18
2335
1
Jul 19
6053
2
Jul 24
1749
1
Jun 24
4388