Hi,
I am doing some work where I try and connect to the webservice of Odoo 8 through the XML RPC interface.
I am working off the documentation located here: https://www.odoo.com/documentation/8.0/api_integration.html#logging-in
In this documentation it states that the authentication method on the common endpoint returns an integer.. containing the uid. This does not seem to be true... I get a bool as a result.
Anybodý that has succesfully authenticated and recieved an uid? In that case..how? :-)