[FIX] hr_evaluation: include missing file in descriptor - quickfix for previous commit breaking the tests

bzr revid: odo@openerp.com-20110722155110-vw2zsqxtw2a11wmb
This commit is contained in:
Olivier Dony 2011-07-22 17:51:10 +02:00
parent 605c23b6c7
commit 6f1fd6c29a
1 changed files with 5 additions and 6 deletions

View File

@ -39,18 +39,17 @@ level of employee hierarchy fills what and final review and evaluation
is done by the manager.Every evaluation filled by the employees can be viewed
in the form of pdf file. Implements a dashboard for My Current Evaluations
""",
"init_xml": [],
"demo_xml": ["hr_evaluation_demo.xml",
],
"update_xml": [
"demo": ["hr_evaluation_demo.xml", ],
"data": [
"security/ir.model.access.csv",
"security/hr_evaluation_security.xml",
"wizard/hr_evaluation_mail_view.xml",
"hr_evaluation_view.xml",
"report/hr_evaluation_report_view.xml",
"board_hr_evaluation_view.xml",
'hr_evaluation_installer_view.xml'
],
'hr_evaluation_installer_view.xml',
'hr_evaluation_data.xml',
],
"test": ["test/test_hr_evaluation.yml"],
"active": False,
"installable": True,