콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
9707 화면

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
389
1
8월 25
651
2
7월 25
3137
3
7월 25
795
1
6월 25
2308