6 lines
149 B
Python
6 lines
149 B
Python
![]() |
from odoo import fields, models
|
||
|
|
||
|
class ProductTnved(models.Model):
|
||
|
_inherit = 'product.product'
|
||
|
kod_tnved = fields.Char('Код ТНВЭД')
|