I'm working on a python application that connects to Odoo through the External API. My goal is to upload multiple documents to the Partner model, business related documents of multiple types, important to the Contact.
The documents should be visible for the Odoo administrator in Contacts/My Contact/Documents/my_file. Another important thing is that i will need to set certain Tags to the documents.
I spent a few hours searching for the xmlrpc call to achieve this, but without any luck. I did see some references for "hr.employee" and image upload, but "res.partner" doesn't have similar calls.
Does anyone have experience with this?