mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] stock_quant_manual_assign: Migration to 15.0
This commit is contained in:
committed by
Alexis de Lattre
parent
f676a5ba5f
commit
99598c0974
@@ -156,7 +156,6 @@ class AssignManualQuantsLines(models.TransientModel):
|
||||
# This is not correctly shown as related or computed, so we make it regular
|
||||
on_hand = fields.Float(
|
||||
readonly=True,
|
||||
string="On Hand",
|
||||
digits="Product Unit of Measure",
|
||||
)
|
||||
reserved = fields.Float(string="Others Reserved", digits="Product Unit of Measure")
|
||||
|
||||
Reference in New Issue
Block a user