Skip to content

Commit fcb393d

Browse files
[FIX] stock_inventory: string attribute duplicated in field count_stock_quants_string
1 parent 44a5a9c commit fcb393d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stock_inventory/models/stock_inventory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class InventoryAdjustmentsGroup(models.Model):
124124
)
125125

126126
count_stock_quants_string = fields.Char(
127-
compute="_compute_count_stock_quants", string="Adjustments"
127+
compute="_compute_count_stock_quants", string="Adjustments Count"
128128
)
129129

130130
count_stock_moves = fields.Integer(

0 commit comments

Comments
 (0)