Is it possible to manage the dms and up/download documents via APIs? Possibly via CMIS standard protocol.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
9609
查看
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
|
438 | ||
|
2
7月 25
|
2868 | ||
|
3
7月 25
|
661 | ||
|
1
6月 25
|
2140 | ||
|
1
8月 25
|
1040 |