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!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
1
Kas 19
|
6790 | ||
|
1
Tem 18
|
11059 | ||
|
1
Nis 16
|
4257 | ||
|
0
Şub 16
|
3811 | ||
|
0
Kas 15
|
3401 |
Have you tried creating a new module with your custom method? Since all the methods should be available, so should yours in that case.