Skip to content
Snippets Groups Projects
Commit 6f1fd6c2 authored by Olivier Dony's avatar Olivier Dony
Browse files

[FIX] hr_evaluation: include missing file in descriptor - quickfix for...

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

bzr revid: odo@openerp.com-20110722155110-vw2zsqxtw2a11wmb
parent 605c23b6
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment