Merge PR #2237 into 17.0

Signed-off-by LoisRForgeFlow
This commit is contained in:
OCA-git-bot
2025-01-17 07:45:14 +00:00

View File

@@ -127,7 +127,6 @@ class InventoryAdjustmentsGroup(models.Model):
responsible_id = fields.Many2one( responsible_id = fields.Many2one(
comodel_name="res.users", comodel_name="res.users",
string="Assigned to", string="Assigned to",
states={"draft": [("readonly", False)]},
readonly=True, readonly=True,
help="Specific responsible of Inventory Adjustment.", help="Specific responsible of Inventory Adjustment.",
) )