@api.multi
    def _prepare_contract_update(self):
        self.ensure_one()
        return {
            "job_id": self.new_job_id and self.new_job_id.id or False,