This question has been flagged

Hello everybody, I want to get the list of database available in my OpenERP server using XMLRPC webservice with Php. How can we do that ?

Avatar
Discard
Best Answer

This answer is in python https://www.odoo.com/forum/help-1/question/how-do-i-find-out-the-name-of-the-database-to-use-to-connect-over-xmlrpc-58297#answer-58386

You can adapt to php by noticing the url and method being used.

Avatar
Discard