~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to document_webdav_old/__terp__.py

  • Committer: Fabien Pinckaers
  • Date: 2008-12-12 09:09:57 UTC
  • Revision ID: fp@tinyerp.com-20081212090957-cson0n0jove7dt7i
document_webdav

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Use the custom module to put your specific code in a separate module.
 
3
#
 
4
{
 
5
        "name" : "Integrated Document Management System",
 
6
        "version" : "1.0",
 
7
        "author" : "Tiny",
 
8
        "category" : "Generic Modules/Others",
 
9
        "website": "http://www.tinyerp.com",
 
10
        "description": """This is a complete document management system:
 
11
        * WebDav Interface
 
12
        * User Authentification
 
13
        * Document Indexation
 
14
""",
 
15
        "depends" : ["base"],
 
16
        "init_xml" : ["document_data.xml"],
 
17
        "update_xml" : ["document_view.xml"],
 
18
        "demo_xml" : ["document_demo.xml"],
 
19
        "active": False,
 
20
        "installable": True
 
21
}