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: hr.job

Compute Method: _compute_old_application_count

Inputs Method Outputs
for job in self:
            job.old_application_count = job.application_count - job.new_application_count

Back to entity