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

« back to all changes in this revision

Viewing changes to document/__terp__.py

  • Committer: nel
  • Date: 2007-10-01 05:36:04 UTC
  • Revision ID: nel-96aa6366eff3c935db4b610739abba94e5d985f0
ref taken off

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" : [],
 
17
        "update_xml" : ["document_view.xml"],
 
18
        "demo_xml" : ["document_demo.xml"],
 
19
        "active": False,
 
20
        "installable": True
 
21
}