Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
9621 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
srp 25
475
2
čvc 25
2892
3
čvc 25
679
1
čvn 25
2156
1
srp 25
1052