2025-01-17 20:45:47 +03:00

5 lines
155 B
Python

from odoo import fields, models
class UomInherit(models.Model):
_inherit = 'uom.uom'
kod = fields.Char('Код единицы измерения')