diff --git a/product_attribute_value_menu/models/product_attribute_value.py b/product_attribute_value_menu/models/product_attribute_value.py index 09b4554e68e..fe5121ee011 100644 --- a/product_attribute_value_menu/models/product_attribute_value.py +++ b/product_attribute_value_menu/models/product_attribute_value.py @@ -7,7 +7,7 @@ class ProductAttributeValue(models.Model): _inherit = "product.attribute.value" - product_count = fields.Integer(string="Product", compute="_compute_product_count") + product_count = fields.Integer(compute="_compute_product_count") @api.depends("pav_attribute_line_ids") def _compute_product_count(self):