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(
|
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.",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user