Skip to content

Commit

Permalink
Merge pull request OCA#31 from acsone/16.0-imp-inventory-dro
Browse files Browse the repository at this point in the history
[IMP] stock_inventory: Avoid two fields with same label
  • Loading branch information
max3903 authored Jul 19, 2023
2 parents 959dc28 + 5fc2de2 commit f77cdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_inventory/models/stock_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f77cdc0

Please sign in to comment.