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!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
1
نوفمبر 19
|
7450 | |||
|
1
يوليو 18
|
12094 | |||
|
1
أبريل 16
|
4955 | |||
|
0
فبراير 16
|
4996 | |||
|
0
نوفمبر 15
|
4134 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Have you tried creating a new module with your custom method? Since all the methods should be available, so should yours in that case.