mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
@@ -127,7 +127,6 @@ class InventoryAdjustmentsGroup(models.Model):
|
||||
responsible_id = fields.Many2one(
|
||||
comodel_name="res.users",
|
||||
string="Assigned to",
|
||||
states={"draft": [("readonly", False)]},
|
||||
readonly=True,
|
||||
help="Specific responsible of Inventory Adjustment.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user