[IMP] crm_helpdesk, project_issue, hr_recruitment, event, project_planning: inherited...
[odoo/odoo.git] / addons / project_planning / __openerp__.py
index 60f412a..9dbcf66 100644 (file)
 {
     'name': 'Planning Management Module',
     'version': '1.0',
-    'category': 'Generic Modules/Human Resources',
-    'description': """
+    'category': 'Project Management',
+    'description': """Keep track of your planning
 This module helps you to manage your plannings.
+===============================================
 
 This module is based on the analytic accounting and is totally integrated with
 * the timesheets encoding
@@ -36,8 +37,9 @@ So that, each department manager can know if someone in his team has still unall
 
 At the end of the month, the planning manager can also check if the encoded timesheets are respecting the planned time on each analytic account.
 """,
-    'author': 'Tiny',
+    'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
+    'images': ['images/planning_statistics.jpeg','images/project_planning.jpeg'],
     'depends': [
         'project',
         'hr_timesheet',
@@ -47,15 +49,16 @@ At the end of the month, the planning manager can also check if the encoded time
     'update_xml': [
         'security/ir.model.access.csv',
         'project_planning_view.xml',
-        'project_planning_report.xml'
+        'project_planning_report.xml',
+        'board_project_planning_view.xml',
     ],
     'demo_xml': [
-        #'report_account_analytic.planning.csv',
         'project_planning_demo.xml',
     ],
     'test': [
-             #'test/planning_states.yml'
-             ],
+        'test/planning_states.yml',
+        'test/project_planning_report.yml'
+    ],
     'installable': True,
     'active': False,
     'certificate': '0034901836973',