diff --git a/addons/product/models/product.py b/addons/product/models/product.py index 0e3fe051a8020..986a59f514662 100644 --- a/addons/product/models/product.py +++ b/addons/product/models/product.py @@ -805,6 +805,7 @@ class SupplierInfo(models.Model): 'res.partner', 'Vendor', domain=[('supplier', '=', True)], ondelete='cascade', required=True, help="Vendor of this product") + active = fields.Boolean(related='name.active', readonly=True) product_name = fields.Char( 'Vendor Product Name', help="This vendor's product name will be used when printing a request for quotation. Keep empty to use the internal one.")