Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Recruitment

Entity: calendar.event

Compute Method: _compute_candidate_id

View 18.0
Inputs Method Outputs
  • applicant_id
  • applicant_id.candidate_id
- for event in self:
-             if not event.applicant_id:
-                 continue
-             event.candidate_id = event.applicant_id.candidate_id
  • candidate_id

Back to entity