test/l10n_ru_doc/models/product.py

6 lines
149 B
Python
Raw Normal View History

from odoo import fields, models
class ProductTnved(models.Model):
_inherit = 'product.product'
kod_tnved = fields.Char('Код ТНВЭД')