# -*- coding: utf-8 -*- from odoo import api, fields, models class HrEmployeePrivate(models.Model): _inherit = "hr.employee"