TIP: You can type at any time to perform a new search.
CMIS Read
cmis_read · OCA/connector-cmis
- Repository
- OCA/connector-cmis · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Knowledge Management
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- www.savoirfairelinux.com
- Last tracking update
- 2026-08-07 07:17:54
- Authors
- Savoir-faire Linux, Odoo Community Association (OCA)
- Maintainers
- Savoir-faire Linux, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE)
- Odoo dependencies
- Python dependencies
- cmislib, httplib2
- System dependencies
- None
- Required by
- None
- Description
====================================== Attach files from a remote CMIS Server ====================================== This module allows you to use the CMIS backend to search in the DMS repository and attach documents to OpenERP records. Installation ============ You need to install the CMIS python library: pip install cmislib Configuration ============= Create a new CMIS backend with the host, login and password. Usage ===== * On one OpenERP record, click "Add from DMS". * Type your query and then click on "Search". * Filter your results if necessary * Select the documents you want to attach * Selected documents will be enqueued for importing Contributors ------------ * El Hadji Dem (elhadji.dem@savoirfairelinux.com) * Maxime Chambreuil (maxime.chambreuil@savoirfairelinux.com)
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
wizard_attachment_tree_view |
Ir Attachment Dms | ir.attachment.dms | tree | New |
wizard_view |
Search Document | ir.attachment.dms.wizard | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (2)-
action_apply(self, cr, uid, ids, context=None)Adding documents from DMS to Odoo/OpenERP. We just add the data doc -
search_doc(self, cr, uid, ids, context=None)Search documents from DMS
Loading…
Loading…