from odoo import fields, models, api, _ class Uom(models.Model): _inherit = 'uom.uom' coretax_id = fields.Char(string='Coretax ID')