Shared Repositories (WebDAV)

document_webdav
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/7.0/document_webdav
VERSION
VERSION 2.3
CATEGORY
CATEGORYKnowledge Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Twinkle Christian (OpenERP), Cecile Tonglet, Stephane Wirtel, Odoo Translation Bot, Turkesh Patel (Open ERP), Numerigraphe - Lionel Sausin, Antonin Bourguignon, Martin Trigaux, Ajay Chauhan (OpenERP), Foram Katharotiya (OpenERP), Purnendu Singh (OpenERP), Fabien Pinckaers, Antony Lesuisse, Bharat Devnani (OpenERP), Olivier Dony, Divyesh Makwana (Open ERP), Vo Minh Thu, Hardik, pso (OpenERP), Sbh (Openerp), Launchpad Translations on behalf of openerp, vta vta@openerp.com, Kuldeep Joshi (OpenERP), Denis Ledoux, Mayur Maheshwari (OpenERP), Sanjay Gohel (Open ERP), help, dle@openerp.com
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:43:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - document
    - knowledge
    - base_setup
    - web_kanban
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
With this module, the WebDAV server for documents is activated.
===============================================================

You can then use any compatible browser to remotely see the attachments of OpenObject.

After installation, the WebDAV server can be controlled by a [webdav] section in 
the server's config.

Server Configuration Parameter:
-------------------------------
[webdav]:
+++++++++ 
    * enable = True ; Serve webdav over the http(s) servers
    * vdir = webdav ; the directory that webdav will be served at
    * this default val means that webdav will be
    * on "http://localhost:8069/webdav/
    * verbose = True ; Turn on the verbose messages of webdav
    * debug = True ; Turn on the debugging messages of webdav
    * since the messages are routed to the python logging, with
    * levels "debug" and "debug_rpc" respectively, you can leave
    * these options on

Also implements IETF RFC 5785 for services discovery on a http server,
which needs explicit configuration in openerp-server.conf too.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
view_dir_props_filter Search View: Directory DAV properties document.webdav.dir.property search New
view_dir_props_form document.webdav.dir.property.form document.webdav.dir.property form New
view_dir_props_tree document.webdav.dir.property.tree document.webdav.dir.property tree New
view_document_directory_form1 document.directory.webdav.inherit document.directory xpath Inherits document.view_document_directory_form
view_file_props_filter Search View: File DAV properties document.webdav.file.property search New
view_file_props_form document.webdav.file.property.form document.webdav.file.property form New
view_file_props_tree document.webdav.file.property.tree document.webdav.file.property tree New
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/document_webdav
VERSION
VERSION 2.3
CATEGORY
CATEGORYKnowledge Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Rucha (Open ERP), Atul Patel (OpenERP), Stephane Wirtel, Numerigraphe - Lionel Sausin, Bhumika (OpenERP), Fabien Pinckaers, Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), vro, niv-openerp, Thibault Francois, Carlos Vásquez, ksa (Open ERP), Els Van Vossel, Israel Fermin Montilla, Hardik Ansodariy (OpenERP), P. Christeas
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - document
    - process
    - board
    - knowledge
    - base_setup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
With this module, the WebDAV server for documents is activated.
===============================================================

You can then use any compatible browser to remotely see the attachments of OpenObject.

After installation, the WebDAV server can be controlled by a [webdav] section in the server's config.
Server Configuration Parameter:

    [webdav]
    ; enable = True ; Serve webdav over the http(s) servers
    ; vdir = webdav ; the directory that webdav will be served at
    ; this default val means that webdav will be
    ; on "http://localhost:8069/webdav/
    ; verbose = True ; Turn on the verbose messages of webdav
    ; debug = True ; Turn on the debugging messages of webdav
    ; since the messages are routed to the python logging, with
    ; levels "debug" and "debug_rpc" respectively, you can leave
    ; these options on

Also implements IETF RFC 5785 for services discovery on a http server,
which needs explicit configuration in openerp-server.conf, too.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
view_dir_props_filter Search View: Directory DAV properties document.webdav.dir.property search New
view_dir_props_form document.webdav.dir.property.form document.webdav.dir.property form New
view_dir_props_tree document.webdav.dir.property.tree document.webdav.dir.property tree New
view_document_directory_form1 document.directory.webdav.inherit document.directory page Inherits document.view_document_directory_form
view_file_props_filter Search View: File DAV properties document.webdav.file.property search New
view_file_props_form document.webdav.file.property.form document.webdav.file.property form New
view_file_props_tree document.webdav.file.property.tree document.webdav.file.property tree New
Models touched (0)

No models found for this module.