Skip to content

Commit

Permalink
remove readonly on shopfloor validated field to be able to continue a…
Browse files Browse the repository at this point in the history
…n inventory that has been set to done in shopfloor too early
  • Loading branch information
bguillot committed Dec 7, 2023
1 parent c7490b9 commit 6971f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopfloor_inventory/views/stock_inventory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<field name="inherit_id" ref="stock.view_inventory_form" />
<field name="arch" type="xml">
<field name="company_id" position="after">
<field name="shopfloor_validated" readonly="1" />
<field name="shopfloor_validated" />
</field>
</field>
</record>
Expand Down

0 comments on commit 6971f82

Please sign in to comment.