improvement
[odoo/odoo.git] / addons / wiki / __terp__.py
1 {
2     "name" : "Document Management - Wiki",
3     "version" : "1.0",
4     "author" : "Tiny",
5     "description": """
6     The base module to manage documents(wiki) 
7     
8     keep track for the wiki groups, pages, and history
9     """,
10     "category" : "Generic Modules/Others",
11     "depends" : ["base"],
12     "website" : "http://openerp.com",
13     "init_xml" : [],
14     "demo_xml" : [
15         "data/wiki_faq.xml",
16     ],
17     "update_xml" : [
18         "wiki_view.xml",
19         "data/wiki_quickstart.xml",
20         "data/wiki_main.xml",
21         "wizard/wizard_view.xml",
22         "security/ir.model.access.csv"
23     ],
24     "active": False,
25     "installable": True
26 }