Doc webdav: expand tabs at __openerp__.py
authorP. Christeas <p_christ@hol.gr>
Tue, 12 Oct 2010 10:39:00 +0000 (13:39 +0300)
committerP. Christeas <p_christ@hol.gr>
Tue, 12 Oct 2010 10:39:00 +0000 (13:39 +0300)
bzr revid: p_christ@hol.gr-20101012103900-9jt6wn6gmy224yrj

addons/document_webdav/__openerp__.py

index 4daaa88..3a573dc 100644 (file)
 ##############################################################################
 
 {
-       "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
 }