Launchpad automatic translations update.
[odoo/odoo.git] / addons / idea / __openerp__.py
index c579434..7bb35a0 100644 (file)
     '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, others users can comment these ideas and vote for particular ideas.
-    Each idea as a score based on the different votes.
+    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',
+    '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',
-        'security/idea_security.xml',
-        'security/ir.model.access.csv',
+        'report/report_vote_view.xml',
+    ],
+    'demo_xml': [
+        "idea_data.xml"
+    ],
+    'test':[
+        'test/test_idea.yml'
     ],
-    'demo_xml': [],
     'installable': True,
     'certificate': '0071515601309',
 }