[MIG] stock_quant_manual_assign: Migration to 15.0

This commit is contained in:
Jasmin Solanki
2022-01-19 16:40:17 +05:30
committed by Alexis de Lattre
parent f676a5ba5f
commit 99598c0974
3 changed files with 8 additions and 2 deletions

View File

@@ -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")