merge
[odoo/odoo.git] / addons / idea / __openerp__.py
index d2b854b..2a561a9 100644 (file)
     '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.""",
-    'author': 'Tiny',
+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'],
+    'depends': ['base_tools'],
     'init_xml': [],
     'update_xml': [
+        'security/idea_security.xml',
+        'security/ir.model.access.csv',
         'wizard/idea_post_vote_view.xml',
         'idea_view.xml',
         'idea_workflow.xml',
         'report/report_vote_view.xml',
-        'security/idea_security.xml',
-        'security/ir.model.access.csv',
     ],
     'demo_xml': [
         "idea_data.xml"
@@ -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: