odoo/addons/wiki/__terp__.py

27 lines
661 B
Python
Raw Normal View History

{
"name" : "Document Management - Wiki",
"version" : "1.0",
"author" : "Tiny & Axelor",
"description": """
The base module to manage documents(wiki)
keep track for the wiki groups, pages, and history
""",
"category" : "Generic Modules/Others",
"depends" : ["base"],
"website" : "http://openerp.com",
"init_xml" : [],
"demo_xml" : [
"data/wiki_faq.xml",
],
"update_xml" : [
"wiki_view.xml",
"data/wiki_quickstart.xml",
"data/wiki_main.xml",
"wizard/wizard_view.xml",
"security/ir.model.access.csv"
],
"active": False,
"installable": True
}