fix
[odoo/odoo.git] / addons / project_long_term / __openerp__.py
index 72d7b5f..6b01944 100644 (file)
 ##############################################################################
 
 {
-    "name": "Long Term Project Management",
+    "name": "Long Term Projects",
     "version": "1.1",
     "author": "OpenERP SA",
     "website": "http://www.openerp.com",
-    "category": "Generic Modules/Projects & Services",
-    "depends": ["resource", "project"],
+    "category": "Project Management",
+    "images": ["images/project_phase_form.jpeg","images/project_phases.jpeg", "images/resources_allocation.jpeg"],
+    "depends": ["project"],
     "description": """
 Long Term Project management module that tracks planning, scheduling, resources allocation.
-Features.
-    - Manage Big project.
-    - Define various Phases of Project.
-    - Compute Phase Scheduling: Compute start date and end date of the phases which are in draft,open and pending state of the project given.
-      If no project given then all the draft,open and pending state phases will be taken
-    - Compute Task Scheduling: This works same as the scheduler button on project.phase. It takes the project as argument and computes all the open,draft and pending tasks
-    - Schedule Tasks: All the tasks which are in draft,pending and open state are scheduled with taking the phase's start date
+===========================================================================================
 
+Features
+--------
+    * Manage Big project.
+    * Define various Phases of Project.
+    * Compute Phase Scheduling: Compute start date and end date of the phases which are in draft,open and pending state of the project given.
+      If no project given then all the draft,open and pending state phases will be taken.
+    * Compute Task Scheduling: This works same as the scheduler button on project.phase. It takes the project as argument and computes all the open,draft and pending tasks.
+    * Schedule Tasks: All the tasks which are in draft,pending and open state are scheduled with taking the phase's start date
     """,
     "init_xml": [],
     "demo_xml": ["project_long_term_demo.xml"],
     "test": [
+          'test/test_schedule_phases_case1.yml',
           'test/schedule_project_phases.yml',
           'test/schedule_project_tasks.yml',
-          'test/project_schedule_consecutive_day.yml', 
-          'test/schedule_phase_tasks.yml',
-          'test/test_schedule_phases_case1.yml',
           'test/test_schedule_phases_case2.yml',
+          'test/project_schedule_consecutive_day.yml',
+          'test/project_schedule_without_wroking_hour.yml',
+          'test/phase_constraint.yml',
+          'test/test_schedule_tasks_case1.yml',
     ],
     "update_xml": [
         "security/ir.model.access.csv",
-        "wizard/project_schedule_tasks_view.xml",
         "project_long_term_view.xml",
         "project_long_term_workflow.xml",
         "wizard/project_compute_phases_view.xml",
@@ -57,7 +61,7 @@ Features.
     ],
     'installable': True,
     'active': False,
-    'certificate': None,
+    'certificate': '001227470751077315069',
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: