i want call onchange method from xmlrpc
ex. sock.execute(dbname, uid, pwd, 'model name', 'method name', param)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
i want call onchange method from xmlrpc
ex. sock.execute(dbname, uid, pwd, 'model name', 'method name', param)
Hi sarkar,
I hope this will help you. Here i used sale.order
url = 'http://localhost:8069'
dbname = 'demo_db'
username = 'admin'
pwd = 'admin'
uid = 1
models = xmlrpclib.ServerProxy('{}/xmlrpc/2/object'.format(url))
models.execute_kw(dbname, uid, pwd,'sale.order', 'onchange_partner_id',[[],[1]])
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
1
ديسمبر 15
|
9487 | ||
|
1
يناير 24
|
3052 | ||
|
1
أكتوبر 23
|
1876 | ||
|
2
أكتوبر 23
|
2110 | ||
|
2
أغسطس 23
|
4090 |