track intrastat_id @ product

develop
Andreas Osim 2022-10-10 09:23:14 +02:00
parent 6cb7bdc400
commit 567227f88f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class ReportIntrastatCode(models.Model):
class ProductTemplate(models.Model):
_inherit = "product.template"
intrastat_id = fields.Many2one('report.intrastat.code', string='Intrastat Code')
intrastat_id = fields.Many2one('report.intrastat.code', string='Intrastat Code',track_visibility='onchange')
class ProductXCategory(models.Model):
_name = 'product.xcategory'