From 5fc2de2140e3f93edb90e6ab0246900e6086a6a1 Mon Sep 17 00:00:00 2001 From: Denis Roussel Date: Wed, 19 Jul 2023 07:57:07 +0200 Subject: [PATCH] [IMP] stock_inventory: Avoid two fields with same label --- stock_inventory/models/stock_inventory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_inventory/models/stock_inventory.py b/stock_inventory/models/stock_inventory.py index cd29cc0e3f6a..e67e6fa4930d 100644 --- a/stock_inventory/models/stock_inventory.py +++ b/stock_inventory/models/stock_inventory.py @@ -55,7 +55,7 @@ class InventoryAdjustmentsGroup(models.Model): ) count_stock_quants = fields.Integer( - compute="_compute_count_stock_quants", string="Adjustments" + compute="_compute_count_stock_quants", string="# Adjustments" ) count_stock_quants_string = fields.Char(