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
| Inputs | Method | Outputs |
|---|---|---|
|
- for event in self: - if not event.applicant_id: - continue - event.candidate_id = event.applicant_id.candidate_id |
|
