@api.multi
    @api.depends("job_id")
    def _compute_job_grade(self):
        for contract in self:
            result = False