Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

138
Views
Llamada RPC en odoo para redirigir a la página del solicitante

¿Cómo redirigir a la página del solicitante de odoo (módulo de Reclutamiento) según la identificación del solicitante?

 _onApplicantRedirect: function (event) { var self = this; event.preventDefault() var applicant_id = parseInt($(event.currentTarget).data('applicant-id')); return this._rpc({ model: 'hr.applicant', method: 'view_hr_applicant', args: [applicant_id], }).then(function(action) { return self.do_action(action); });

código pitón

 def view_hr_applicant(self): self = self.with_context(skip_updation=True) self_sudo = self res['res_model'] = 'hr.applicant' return res
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!