[FIX] wiki: fix external image link
[odoo/odoo.git] / addons / wiki / __openerp__.py
index 097c887..ac08c6a 100644 (file)
 ##############################################################################
 
 {
-    'name': 'Document Management - Wiki',
+    'name': 'Wiki',
     'version': '1.0.1',
-    'category': 'Tools',
+    'category': 'Knowledge Management',
+    'complexity': "normal",
     'description': """
-The base module to manage documents(wiki)
+The base module to manage documents(wiki).
+==========================================
 
-keep track for the wiki groups, pages, and history
+Keep track of Wiki groups, pages, and history.
     """,
     'author': ['OpenERP SA', 'Axelor'],
     'website': 'http://openerp.com',
@@ -47,8 +49,10 @@ keep track for the wiki groups, pages, and history
     'demo_xml': ['wiki_demo.xml'],
     'test': ['test/wiki_test00.yml'],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate': '0086363630317',
     'web': True,
+    'images': ['images/create_index.jpeg','images/page_history.jpeg','images/wiki_groups.jpeg','images/wiki_pages.jpeg'],
+    'js': ['static/src/lib/wiky/wiky.js', 'static/src/js/wiki.js'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: