Launchpad automatic translations update.
[odoo/odoo.git] / addons / idea / __openerp__.py
index d2b854b..7bb35a0 100644 (file)
     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',
         'report/report_vote_view.xml',
-        'security/idea_security.xml',
-        'security/ir.model.access.csv',
     ],
     'demo_xml': [
         "idea_data.xml"