CMIS Read

cmis_read
REPOSITORY
REPOSITORYOCA/connector-cmis
GIT
GIThttps://github.com/OCA/connector-cmis.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/connector-cmis/tree/10.0/cmis_read
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYKnowledge Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEwww.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector-cmis:
    - cmis
odoo/odoo:
    - document
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES cmislib
httplib2
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 IDNameModelTypeStatus
wizard_attachment_tree_view Ir Attachment Dms ir.attachment.dms tree New
wizard_view Search Document ir.attachment.dms.wizard form New
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
REPOSITORY
REPOSITORYOCA/connector-cmis
GIT
GIThttps://github.com/OCA/connector-cmis.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/connector-cmis/tree/9.0/cmis_read
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYKnowledge Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSLaurent Mignon (ACSONE), Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEwww.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector-cmis:
    - cmis
odoo/odoo:
    - document
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES cmislib
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 IDNameModelTypeStatus
wizard_attachment_tree_view Ir Attachment Dms ir.attachment.dms tree New
wizard_view Search Document ir.attachment.dms.wizard form New
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
REPOSITORY
REPOSITORYOCA/connector-cmis
GIT
GIThttps://github.com/OCA/connector-cmis.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/connector-cmis/tree/7.0/cmis_read
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYKnowledge Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSMaxime Chambreuil, Stéphane Bidoul (ACSONE), OCA Transbot
WEBSITE
WEBSITEwww.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - connector
OCA/connector-cmis:
    - cmis
odoo/odoo:
    - document
    - knowledge
    - base
    - base_setup
    - web_kanban
    - web
    - mail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES cmislib
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 IDNameModelTypeStatus
wizard_attachment_tree_view Ir Attachment Dms ir.attachment.dms tree New
wizard_view Search Document ir.attachment.dms.wizard form New
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