Skip to content

Commit ef7b9c3

Browse files
committed
Merge PR #2237 into 17.0
Signed-off-by LoisRForgeFlow
2 parents 8e248ec + ad5aafc commit ef7b9c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stock_inventory/models/stock_inventory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ class InventoryAdjustmentsGroup(models.Model):
127127
responsible_id = fields.Many2one(
128128
comodel_name="res.users",
129129
string="Assigned to",
130-
states={"draft": [("readonly", False)]},
131130
readonly=True,
132131
help="Specific responsible of Inventory Adjustment.",
133132
)

0 commit comments

Comments
 (0)