mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_inventory: Avoid two fields with same label
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user