Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
9727 Visualizzazioni

Is it possible to manage the dms and up/download documents via APIs? Possibly via CMIS standard protocol.

Avatar
Abbandona
Risposta migliore

Hi,

As Odoo is full API framework, all the action you do in the Ui could be done in API. Odoo UI is a Client that use xmlrpc to send messages/actions to Odoo server.

So the answer is yes. To upload file you'll have first to encore in base64 your bianry so that the XMLRPC protocol accept the text value as a binary field. It's mostly the way emails are working.

Regarding CMIS protocol, some OCA repo https://github.com/OCA/connector-cmis are dealing with this.

regards

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
ago 25
456
1
ago 25
681
2
lug 25
3196
3
lug 25
820
1
giu 25
2358