document
[odoo/odoo.git] / addons / document / __terp__.py
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     * FTP Interface
12     * User Authentification
13     * Document Indexation
14 """,
15     "depends" : ["base","process"],
16     "init_xml" : [
17         "document_data.xml",
18         "document_demo.xml"
19     ],
20     "update_xml" : [
21         "document_view.xml",
22         "document_data.xml",
23         "security/document_security.xml",
24         "security/ir.model.access.csv",
25     ],
26     "demo_xml" : [],
27     "active": False,
28     "installable": True
29 }