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