Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
9575 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
sie 25
361
2
lip 25
2808
3
lip 25
626
1
cze 25
2081
1
sie 25
997