fix dependencies HR Recruitment extended
This commit is contained in:
parent
56179c5d18
commit
a421881fda
|
|
@ -27,11 +27,11 @@
|
|||
'data/cron.xml',
|
||||
'data/sequence.xml',
|
||||
'data/mail_template.xml',
|
||||
'views/hr_recruitment.xml',
|
||||
'views/hr_location.xml',
|
||||
'views/stages.xml',
|
||||
'views/hr_applicant_views.xml',
|
||||
'views/hr_job_recruitment.xml',
|
||||
'views/hr_recruitment.xml',
|
||||
'views/res_partner.xml',
|
||||
'views/hr_recruitment_application_templates.xml',
|
||||
'views/candidate_experience.xml',
|
||||
|
|
|
|||
|
|
@ -34,12 +34,6 @@
|
|||
<field name="post_onboarding_form_status" readonly="not send_post_onboarding_form"/>
|
||||
</xpath>
|
||||
|
||||
<xpath expr="//field[@name='exp_type']" position="after">
|
||||
<field name="resume" force_save="1"/>
|
||||
<field name="submitted_to_client" force_save="1" readonly="1"/>
|
||||
<field name="client_submission_date" force_save="1" readonly="1"/>
|
||||
</xpath>
|
||||
|
||||
<xpath expr="//field[@name='stage_id']" position="attributes">
|
||||
<attribute name="invisible">1</attribute>
|
||||
</xpath>
|
||||
|
|
|
|||
|
|
@ -169,6 +169,9 @@
|
|||
|
||||
<xpath expr="//field[@name='linkedin_profile']" position="after">
|
||||
<field name="exp_type"/>
|
||||
<field name="resume" force_save="1"/>
|
||||
<field name="submitted_to_client" force_save="1" readonly="1"/>
|
||||
<field name="client_submission_date" force_save="1" readonly="1"/>
|
||||
</xpath>
|
||||
<xpath expr="//group[@name='recruitment_contract']/label[@for='salary_expected']" position="before">
|
||||
<field name="current_ctc"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue