From e544f257f0d74cd9f078790910e2c9f944794ddc Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Thu, 7 Apr 2011 10:39:10 +0530 Subject: [PATCH] [ADD]: config wizard for hr_requirement bzr revid: ksa@tinyerp.co.in-20110407050910-upj2d0kfh2wnypw7 --- addons/hr_recruitment/__openerp__.py | 1 + addons/hr_recruitment/installer_view.xml | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 addons/hr_recruitment/installer_view.xml diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index c7f97cf..158d51f 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -47,6 +47,7 @@ system to store and search in your CV base. 'security/ir.model.access.csv', 'report/hr_recruitment_report_view.xml', 'board_hr_recruitment_statistical_view.xml', + 'installer_view.xml' ], 'init_xml': [ 'hr_recruitment_data.xml' diff --git a/addons/hr_recruitment/installer_view.xml b/addons/hr_recruitment/installer_view.xml new file mode 100644 index 0000000..2f31fb5 --- /dev/null +++ b/addons/hr_recruitment/installer_view.xml @@ -0,0 +1,19 @@ + + + + + Recruitment Stages + ir.actions.act_window + hr.recruitment.stage + form + tree,form + + + + + + 3 + always + + + -- 1.7.10.4