from odoo import models, fields, api class Partner(models.Model): _inherit = 'res.partner' test_new_fields = fields.Char(string='Test New Fields')