new_job_id = fields.Many2one(
        string="New Job Title",
        comodel_name="hr.job",
        ondelete="restrict",
        readonly=True,