Repository
odoo/odoo · module folder
Module version
2.3
Category
Knowledge Management
Folder size
0.42 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://www.openerp.com
Last tracking update
2026-08-07 04:50:04
Authors
OpenERP SA
Maintainers
OpenERP SA
Committers
Bharat Devnani (OpenERP), Antony Lesuisse, Numerigraphe - Lionel Sausin, Vo Minh Thu, pso (OpenERP), Olivier Dony, Stephane Wirtel, Mayur Maheshwari (OpenERP), Launchpad Translations on behalf of openerp, Kuldeep Joshi (OpenERP), Fabien Pinckaers, Raphael Collet, Martin Trigaux, Turkesh Patel (Open ERP), Divyesh Makwana (Open ERP), Sanjay Gohel (Open ERP), Purnendu Singh (OpenERP), vta vta@openerp.com, Twinkle Christian (OpenERP), Foram Katharotiya (OpenERP), Hardik, Cecile Tonglet, Antonin Bourguignon, Sbh (Openerp), Odoo Translation Bot, Ajay Chauhan (OpenERP), Denis Ledoux, help, dle@openerp.com
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
opl_all
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 form 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
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (0)

No models found for this module.

Loading…