From cbfe43975a95dae4379715bfc0301b87eeb46af8 Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Thu, 7 Apr 2011 10:36:35 +0530 Subject: [PATCH] [ADD]: config wizard for hr_evaluation bzr revid: ksa@tinyerp.co.in-20110407050635-6wvhwajq88x712id --- addons/hr_evaluation/__openerp__.py | 3 ++- addons/hr_evaluation/installer_view.xml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 addons/hr_evaluation/installer_view.xml diff --git a/addons/hr_evaluation/__openerp__.py b/addons/hr_evaluation/__openerp__.py index 1a611768d7e..11f6b236582 100644 --- a/addons/hr_evaluation/__openerp__.py +++ b/addons/hr_evaluation/__openerp__.py @@ -47,7 +47,8 @@ in the form of pdf file. Implements a dashboard for My Current Evaluations "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", + 'installer_view.xml' ], "test": ["test/test_hr_evaluation.yml"], "active": False, diff --git a/addons/hr_evaluation/installer_view.xml b/addons/hr_evaluation/installer_view.xml new file mode 100644 index 00000000000..2e5f8ef0e34 --- /dev/null +++ b/addons/hr_evaluation/installer_view.xml @@ -0,0 +1,19 @@ + + + + + Department + ir.actions.act_window + hr.department + form + tree,form + + + + + + 3 + always + + +