[FIX] board_hr,board_project: rename crm_project with project_issue in depend list
authorHarry (Open ERP) <hmo@tinyerp.com>
Fri, 5 Mar 2010 13:35:35 +0000 (19:05 +0530)
committerHarry (Open ERP) <hmo@tinyerp.com>
Fri, 5 Mar 2010 13:35:35 +0000 (19:05 +0530)
bzr revid: hmo@tinyerp.com-20100305133535-1m3qsjeuuxhn8ces

addons/board_hr/__terp__.py
addons/board_project/__terp__.py

index 182cd36..937f4e7 100644 (file)
@@ -31,7 +31,7 @@ This module implements a dashboard for human resource management that includes:
     * My Expenses
     """,
     'author': 'Tiny',
-    'depends': [ 'crm_project','board','hr_expense','hr_timesheet_sheet','hr_holidays'
+    'depends': [ 'project_issue','board','hr_expense','hr_timesheet_sheet','hr_holidays'
     ],
     'update_xml': ['board_hr_view.xml'],
     'demo_xml': [],
index c2667fd..92a8aeb 100644 (file)
@@ -40,7 +40,7 @@ This module implements a dashboard for project member that includes:
         'report_analytic_line',
         'report_task',
         'hr_timesheet_sheet',
-        'crm_project',
+        'project_issue',
         'resource'
     ],
     'update_xml': ['board_project_view.xml', 'board_project_manager_view.xml'],