process files
[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", "hr"],
16         "init_xml" : ["document_data.xml"],
17         "update_xml" : [
18                 "document_view.xml",
19                 "security/document_security.xml",
20                 "security/ir.model.access.csv",
21         "process/document_process.xml"
22         ],
23         "demo_xml" : ["document_demo.xml"],
24         "active": False,
25         "installable": True
26 }