Hi,
i'm integrating my system with odoo and i cant find how to generate and then download a report (sale.report_saleorder) using the XMLRPC API
I can connect and use the methods for the data object (create, read, ecc) but i don't know how to connect to the report
I saw that they can be accessed from a webpage, but i need to do the login in order to see the pdf and i don't want the user of my system to be logged in in odoo to download only a pdf
thanks