X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fhr_evaluation%2F__openerp__.py;h=adf1d9d69c47a65b1702f8b15e3b36681918a1e1;hb=3846b99e01c9318ab13204b881f712745811999d;hp=5ef06441040c496b43ac6b2d47c53b190f82618d;hpb=437ed909c2c0c37ae539bdda6a4f42a0e19813f6;p=odoo%2Fodoo.git diff --git a/addons/hr_evaluation/__openerp__.py b/addons/hr_evaluation/__openerp__.py index 5ef0644..adf1d9d 100644 --- a/addons/hr_evaluation/__openerp__.py +++ b/addons/hr_evaluation/__openerp__.py @@ -23,7 +23,8 @@ "name" : "Human Resources Evaluation", "version": "0.1", "author": "OpenERP SA", - "category": "Generic Modules/Human Resources", + "category": "Human Resources", + 'complexity': "easy", "website": "http://www.openerp.com", "images": ["images/hr_evaluation_analysis.jpeg","images/hr_evaluation.jpeg"], "depends": ["hr",'hr_recruitment','survey'], @@ -38,17 +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", +# "wizard/hr_evaluation_mail_view.xml", "hr_evaluation_view.xml", "report/hr_evaluation_report_view.xml", - "board_hr_evaluation_view.xml" - ], + "board_hr_evaluation_view.xml", + 'hr_evaluation_installer_view.xml', + 'hr_evaluation_data.xml', + ], "test": ["test/test_hr_evaluation.yml"], "active": False, "installable": True,