For example, I can call
xmlrpclib.ServerProxy('http://localhost:9069/xmlrpc/db').create_database('db_name',False, 'en')
But I would like to add a new method by a module
Thanks for the help!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
For example, I can call
xmlrpclib.ServerProxy('http://localhost:9069/xmlrpc/db').create_database('db_name',False, 'en')
But I would like to add a new method by a module
Thanks for the help!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 11 19
|
6777 | ||
|
1
thg 7 18
|
11045 | ||
|
1
thg 4 16
|
4253 | ||
|
0
thg 2 16
|
3802 | ||
|
0
thg 11 15
|
3392 |
Have you tried creating a new module with your custom method? Since all the methods should be available, so should yours in that case.