i want call onchange method from xmlrpc
ex. sock.execute(dbname, uid, pwd, 'model name', 'method name', param)
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]])
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
1
déc. 15
|
11562 | |||
|
1
janv. 24
|
6609 | |||
|
1
oct. 23
|
4110 | |||
|
2
oct. 23
|
4383 | |||
|
2
août 23
|
6619 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.