Files
Odoo-Modules/fusion_shipping/models/uom_uom.py
gsinghpal db4b9aa278 changes
2026-03-11 12:15:53 -04:00

8 lines
166 B
Python

from odoo import models, fields
class UoM(models.Model):
_inherit = 'uom.uom'
fedex_code = fields.Char(string='Fedex Code', help="UoM Code sent to FedEx")