track intrastat_id @ product
parent
6cb7bdc400
commit
567227f88f
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue