# -*- coding: utf-8 -*- from odoo import fields, models, _ class Partner(models.Model): _inherit = "res.partner"