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!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
nov 19
|
6758 | ||
|
1
lug 18
|
11025 | ||
|
1
apr 16
|
4242 | ||
|
0
feb 16
|
3788 | ||
|
0
nov 15
|
3388 |
Have you tried creating a new module with your custom method? Since all the methods should be available, so should yours in that case.