跳至內容
選單
此問題已被標幟
1 回覆
9581 瀏覽次數

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

頭像
捨棄
最佳答案

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

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
8月 25
368
2
7月 25
2813
3
7月 25
630
1
6月 25
2088
1
8月 25
998