Hi,
I have to connect with odoo in my localhost or my nearest system(192.168.0.24).
So what should be my host url?
$url = <insert server URL>;
i tried "localhost:8069" and "192.168.0.24:8069"
$info = ripcord::client('https://demo.odoo.com/start')->start();
here i tried "localhost:8069/xmlrpc" and "192.168.0.24:8069/xmlrpc"
both not working. I don't know is it my host name is causing it.
What might be the problem?
what do "/start" stand for?