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

6 lines
149 B
Python

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