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:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Sep 24
|
3 | ||
|
0
Sep 24
|
348 | ||
|
1
Jun 24
|
666 | ||
|
1
Mar 24
|
924 | ||
|
2
Mar 24
|
4354 |