Doc webdav: expand tabs at __openerp__.py

bzr revid: p_christ@hol.gr-20101012103900-9jt6wn6gmy224yrj
This commit is contained in:
P. Christeas 2010-10-12 13:39:00 +03:00
parent 58a95955ba
commit b8c7bb81a9
1 changed files with 14 additions and 14 deletions

View File

@ -29,20 +29,20 @@
##############################################################################
{
"name" : "WebDAV server for Document Management",
"version" : "2.1",
"author" : "OpenERP SA",
"category" : "Generic Modules/Others",
"website": "http://www.openerp.com",
"description": """ With this module, the WebDAV server for the documents is activated.
You can then use any compatible browser to remotely see the attachments of OpenObject.
"name" : "WebDAV server for Document Management",
"version" : "2.1",
"author" : "OpenERP SA",
"category" : "Generic Modules/Others",
"website": "http://www.openerp.com",
"description": """ With this module, the WebDAV server for the 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.
After installation, the webDAV server can be controlled by a [webdav] section in the server's config.
""",
"depends" : ["base", "document"],
"init_xml" : [],
"update_xml" : ['security/ir.model.access.csv', "webdav_view.xml", ],
"demo_xml" : [],
"active": False,
"installable": True
"depends" : ["base", "document"],
"init_xml" : [],
"update_xml" : ['security/ir.model.access.csv', "webdav_view.xml", ],
"demo_xml" : [],
"active": False,
"installable": True
}