merge
[odoo/odoo.git] / addons / idea / __openerp__.py
old mode 100755 (executable)
new mode 100644 (file)
index 7bb35a0..2a561a9
     'name': 'Idea Manager',
     'version': '0.1',
     'category': 'Tools',
+    'complexity': "easy",
     'description': """
-    This module allows your user to easily and efficiently participate in the innovation of the enterprise.
-    It allows everybody to express ideas about different subjects.
-    Then, other users can comment on these ideas and vote for particular ideas.
-    Each idea has a score based on the different votes.
-    The managers can obtain an easy view on best ideas from all the users.
-    Once installed, check the menu 'Ideas' in the 'Tools' main menu.""",
+This module allows your user to easily and efficiently participate in enterprise innovation.
+============================================================================================
+
+It allows everybody to express ideas about different subjects.
+Then, other users can comment on these ideas and vote for particular ideas.
+Each idea has a score based on the different votes.
+The managers can obtain an easy view of best ideas from all the users.
+Once installed, check the menu 'Ideas' in the 'Tools' main menu.""",
     'author': 'OpenERP SA',
     'website': 'http://openerp.com',
     'depends': ['base_tools'],
@@ -51,5 +54,6 @@
     ],
     'installable': True,
     'certificate': '0071515601309',
+    'images': ['images/1_ideas.jpeg','images/2_idea_categories.jpeg','images/3_vote_idea.jpeg'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: