[FIX] board_hr,board_project: rename crm_project with project_issue in depend list

bzr revid: hmo@tinyerp.com-20100305133535-1m3qsjeuuxhn8ces
This commit is contained in:
Harry (Open ERP) 2010-03-05 19:05:35 +05:30
parent 6e0f534bf7
commit 75a27bc2b0
2 changed files with 2 additions and 2 deletions

View 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': [],

View 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'],