# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details. from odoo import fields, models class StockWarehouse(models.Model): _inherit = 'stock.warehouse' ups_shipper_number = fields.Char(string='UPS Shipper Number')