[IMP] stock_inventory: Avoid two fields with same label

This commit is contained in:
Denis Roussel
2023-07-19 07:57:07 +02:00
parent 6be4236b59
commit faf058ab0e

View File

@@ -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(