diff --git a/addons_extensions/employee_jod/controllers/emp_jod_controller.py b/addons_extensions/employee_jod/controllers/emp_jod_controller.py index efefa58c8..12f228c1f 100644 --- a/addons_extensions/employee_jod/controllers/emp_jod_controller.py +++ b/addons_extensions/employee_jod/controllers/emp_jod_controller.py @@ -11,7 +11,7 @@ _logger = logging.getLogger(__name__) class website_hr_recruitment_applications_extended(website_hr_recruitment_applications): - @http.route(['/FTPROTECH/JoiningForm/'], type='http', auth="public", + @http.route(['/SRIVYNPLATFORMS/JoiningForm/'], type='http', auth="public", website=True) def post_onboarding_form(self, applicant_id, **kwargs): """Renders the website form for applicants to submit additional details.""" diff --git a/addons_extensions/employee_jod/data/template.xml b/addons_extensions/employee_jod/data/template.xml index f8891cab6..1f052677c 100644 --- a/addons_extensions/employee_jod/data/template.xml +++ b/addons_extensions/employee_jod/data/template.xml @@ -16,7 +16,7 @@
-

Welcome to FTPROTECH

+

Welcome to SRIVYN PLATFORMS PVT LTD

Employee Joining Form

diff --git a/addons_extensions/employee_jod/models/emp_jod.py b/addons_extensions/employee_jod/models/emp_jod.py index d9f7fcb02..0f87bcca0 100644 --- a/addons_extensions/employee_jod/models/emp_jod.py +++ b/addons_extensions/employee_jod/models/emp_jod.py @@ -146,7 +146,7 @@ class PostOnboardingAttachmentWizard(models.TransientModel): rec.request_form_id.status = 'email_sent_to_candidate' else: applicant.post_onboarding_form_status = 'email_sent_to_candidate' - applicant.joining_form_link = '%s/FTPROTECH/JoiningForm/%s'%(base_url,applicant.id) + applicant.joining_form_link = '%s/SRIVYNPLATFORMS/JoiningForm/%s'%(base_url,applicant.id) return {'type': 'ir.actions.act_window_close'} diff --git a/addons_extensions/hr_recruitment_extended/controllers/controllers.py b/addons_extensions/hr_recruitment_extended/controllers/controllers.py index a0afe25f5..23970497c 100644 --- a/addons_extensions/hr_recruitment_extended/controllers/controllers.py +++ b/addons_extensions/hr_recruitment_extended/controllers/controllers.py @@ -156,7 +156,7 @@ class website_hr_recruitment_applications(http.Controller): - @http.route(['/FTPROTECH/JoiningForm/'], type='http', auth="public", + @http.route(['/SRIVYNPLATFORMS/JoiningForm/'], type='http', auth="public", website=True) def post_onboarding_form(self, applicant_id, **kwargs): """Renders the website form for applicants to submit additional details.""" @@ -174,7 +174,7 @@ class website_hr_recruitment_applications(http.Controller): return request.not_found() - @http.route(['/FTPROTECH/submit//JoinForm'], type='http', auth="public", + @http.route(['/SRIVYNPLATFORMS/submit//JoinForm'], type='http', auth="public", methods=['POST'], website=True, csrf=False) def process_employee_joining_form(self,applicant_id,**post): applicant = request.env['hr.applicant'].sudo().browse(applicant_id) diff --git a/addons_extensions/hr_recruitment_extended/data/mail_template.xml b/addons_extensions/hr_recruitment_extended/data/mail_template.xml index 612894f91..3eeed56d8 100644 --- a/addons_extensions/hr_recruitment_extended/data/mail_template.xml +++ b/addons_extensions/hr_recruitment_extended/data/mail_template.xml @@ -270,8 +270,8 @@

If you have any questions or need assistance, please contact us at - - hr@ftprotech.com. + + sriya.hr@ftprotech.com.

We appreciate your cooperation and look forward to completing the process smoothly.

@@ -292,7 +292,7 @@ Joining Formalities Submission Notification {{ object.email_from }} - hr@ftprotech.com + sriya.hr@ftprotech.com {{ object.candidate_id.partner_name or 'Applicant' }} JOD Submission Notification sent by the applicants with joining formalities details. @@ -335,7 +335,7 @@ {{ user.company_id.email or user.email_formatted }} {{ object.email_from }} - Welcome Onboard | Joining Formalities | FTPROTECH + Welcome Onboard | Joining Formalities | SRIVYN PLATFORMS PVT LTD Notification sent to applicants with joining formalities details. @@ -354,7 +354,7 @@ ,

-

Welcome to the FTPROTECH family! 🎉 +

Welcome to the SRIVYN PLATFORMS PVT LTD family! 🎉

We are excited to have you on board. Please take some time to complete the joining formalities on @@ -364,7 +364,7 @@ + t-value="base_url + '/SRIVYNPLATFORMS/JoiningForm/%s' % object.id"/>

If you have any questions while filling out the form, feel free to reach out to us at - - hr@ftprotech.com. + + sriya.hr@ftprotech.com.

Looking forward to welcoming you!

diff --git a/addons_extensions/hr_recruitment_extended/data/templates.xml b/addons_extensions/hr_recruitment_extended/data/templates.xml index 9cd9670f9..f99e60527 100644 --- a/addons_extensions/hr_recruitment_extended/data/templates.xml +++ b/addons_extensions/hr_recruitment_extended/data/templates.xml @@ -16,7 +16,7 @@
-

Welcome to FTPROTECH

+

Welcome to SRIVYN PLATFORMS PVT LTD

Employee Joining Form

diff --git a/addons_extensions/hr_recruitment_extended/views/hr_recruitment_application_templates.xml b/addons_extensions/hr_recruitment_extended/views/hr_recruitment_application_templates.xml index 7c285fb2f..667be3a67 100644 --- a/addons_extensions/hr_recruitment_extended/views/hr_recruitment_application_templates.xml +++ b/addons_extensions/hr_recruitment_extended/views/hr_recruitment_application_templates.xml @@ -195,18 +195,18 @@ -