Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC
This commit is contained in:
4
l10n_ru_doc/models/uom.py
Normal file
4
l10n_ru_doc/models/uom.py
Normal file
@ -0,0 +1,4 @@
|
||||
from odoo import fields, models
|
||||
class UomInherit(models.Model):
|
||||
_inherit = 'uom.uom'
|
||||
kod = fields.Char('Код единицы измерения')
|
||||
Reference in New Issue
Block a user