odoo/addons/document/__terp__.py

22 lines
560 B
Python

#
# Use the custom module to put your specific code in a separate module.
#
{
"name" : "Integrated Document Management System",
"version" : "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Others",
"website": "http://www.tinyerp.com",
"description": """This is a complete document management system:
* FTP Interface
* User Authentification
* Document Indexation
""",
"depends" : ["base"],
"init_xml" : ["document_data.xml"],
"update_xml" : ["document_view.xml"],
"demo_xml" : ["document_demo.xml"],
"active": False,
"installable": True
}