mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_quant_manual_assign: #1460 set Others reserved as readonly
This commit is contained in:
@@ -166,7 +166,9 @@ class AssignManualQuantsLines(models.TransientModel):
|
||||
readonly=True,
|
||||
digits="Product Unit of Measure",
|
||||
)
|
||||
reserved = fields.Float(string="Others Reserved", digits="Product Unit of Measure")
|
||||
reserved = fields.Float(
|
||||
string="Others Reserved", digits="Product Unit of Measure", readonly=True
|
||||
)
|
||||
selected = fields.Boolean(string="Select")
|
||||
qty = fields.Float(string="QTY", digits="Product Unit of Measure")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user