From e82ad90e2257e7752dc511eb01a53b8dd467055c Mon Sep 17 00:00:00 2001 From: Jan Suhr Date: Fri, 20 Feb 2026 09:20:15 +0100 Subject: [PATCH] rename label --- product_attribute_value_menu/models/product_attribute_value.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):