Tejas Tank (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-hr_recruitment-tta into 
lp:openobject-addons.

Requested reviews:
  Amit (Open ERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-hr_recruitment-tta/+merge/81558

Hello,

Change with hr_recruitment.

Rename the survey field and add tool tip.

Set default filter with new and in progress.

With demo data (applicant) the department should be set regarding the job 
position.


Thanks,
Tejas - TTA
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-hr_recruitment-tta/+merge/81558
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-hr_recruitment-tta.
=== modified file 'hr_recruitment/hr_recruitment.py'
--- hr_recruitment/hr_recruitment.py	2011-10-02 17:31:16 +0000
+++ hr_recruitment/hr_recruitment.py	2011-11-08 11:26:37 +0000
@@ -473,7 +473,7 @@
     _inherit = "hr.job"
     _name = "hr.job"
     _columns = {
-        'survey_id': fields.many2one('survey', 'Survey', help="Select survey for the current job"),
+        'survey_id': fields.many2one('survey', 'Interview Form', help="Choose an interview form for this job position and you will be able to print/answer this interview from all applicants who apply for this job"),
     }
 hr_job()
 

=== modified file 'hr_recruitment/hr_recruitment_demo.xml'
--- hr_recruitment/hr_recruitment_demo.xml	2011-08-27 23:31:30 +0000
+++ hr_recruitment/hr_recruitment_demo.xml	2011-11-08 11:26:37 +0000
@@ -151,6 +151,7 @@
         <field eval="time.strftime('%Y-%m-15')" name="date_deadline"/>
         <field eval="'6630125'" name="partner_phone"/>
         <field name="job_id" ref="hr.job_jr_appli"/>
+        <field name="department_id" ref="hr.dep_it"/>
 	    <field eval="11000.0" name="salary_expected"/>
     </record>
 

=== modified file 'hr_recruitment/hr_recruitment_menu.xml'
--- hr_recruitment/hr_recruitment_menu.xml	2011-10-02 17:31:16 +0000
+++ hr_recruitment/hr_recruitment_menu.xml	2011-11-08 11:26:37 +0000
@@ -8,7 +8,7 @@
             <field name="res_model">hr.applicant</field>
             <field name="view_mode">tree,form,graph,calendar,kanban</field>
             <field name="view_id" ref="crm_case_tree_view_job"/>
-            <field name="context">{"search_default_user_id":uid, 'search_default_current': 1,"search_default_department_id": department_id}</field>
+            <field name="context">{'search_default_filter_inprogress':1,'search_default_filter_new':1, 'search_default_current': 1,"search_default_department_id": department_id}</field>            
             <field name="search_view_id" ref="view_crm_case_jobs_filter"/>
             <field name="help">From this menu you can track applicants in the recruitment process and manage all operations: meetings, interviews, phone calls, etc. If you setup the email gateway, applicants and their attached CV are created automatically when an email is sent to j...@yourcompany.com. If you install the document management modules, all documents (CV and motivation letters) are indexed automatically, so that you can easily search through their content.</field>
         </record>

=== modified file 'hr_recruitment/hr_recruitment_view.xml'
--- hr_recruitment/hr_recruitment_view.xml	2011-10-25 13:22:54 +0000
+++ hr_recruitment/hr_recruitment_view.xml	2011-11-08 11:26:37 +0000
@@ -218,11 +218,11 @@
         <field name="type">search</field>
         <field name="arch" type="xml">
             <search string="Search Jobs">
-               <filter icon="terp-document-new" string="New"
+               <filter icon="terp-document-new" string="New" name="filter_new" 
                    domain="[('state','=','draft')]"
                    help="All Initial Jobs"
                />
-               <filter icon="terp-camera_test" string="In Progress"
+               <filter icon="terp-camera_test" string="In Progress" name="filter_inprogress"
                    domain="[('state','=','open')]"
                    help="Open Jobs"
                />

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to