تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
5 الردود
18345 أدوات العرض

rpc.query isn't working in my end.

I wanna call the function in wizard model through button inside wizard.


Thanks in advance.

الصورة الرمزية
إهمال
أفضل إجابة


var rpc = require('web.rpc')

rpc.query(

     model: //your model,

     method: //your method,

      args: [{

          'arg1': value1,

      }]

 }).then(function (result) { 

            // your code 

  });

on model.py

@api.model
def your_method(self):
     ...


الصورة الرمزية
إهمال
الكاتب

Thanks Hilar Ak,

I already tried like that but I got server application error.:'(

check your code, this is a correct format.

أفضل إجابة

Hello Merida,

You can use "this._rpc()" method to call python function from javascript.

You can find plenty of references in base addons for the same.

Thanks.



الصورة الرمزية
إهمال
أفضل إجابة

@Merida: I don't know if you managed to get it working, but I had a simular problem that magically fixed itself when I restarted Odoo (or the docker container I'm running it in)

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
أغسطس 21
162
0
مارس 15
3355
0
مارس 15
3286
0
مارس 15
3735
1
أبريل 24
1502