Hi,
I'm newbie in Odoo and i'm trying to create an invoice from an external system,
I was going through http://www.odoo.com/documentation/9.0/api_integration.html to understand the integration
require "xmlrpc/client"info = XMLRPC::Client.new2('https://demo.odoo.com/start').call('start')in this Piece of code of Ruby what is 'https://demo.odoo.com/start' here? what should i use for local server to get the infoThanks