Hello Guys,
I'm trying to figure out how to use the XML-RPC interface to request someone to sign a document template. From the UI we can create a template, and then share it using a public link, and whoever signs it Odoo will create a Document Signed. Or we can send a signature request via e-mail to whoever needs to sign.
So, my main question is: How can I do this via XML-RPC? I can't find anywhere with proper documentation on the XML-RPC, or JSON-RPC available methods, I even tried the famous "system.listMethods", but no luck.
Thanks!