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
12월 15
|
10364 | |||
|
1
1월 24
|
4919 | |||
|
1
10월 23
|
2818 | |||
|
2
10월 23
|
3043 | |||
|
2
8월 23
|
5279 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.