Skip to content

Commit

Permalink
Merge PR OCA#910 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by sebalix
  • Loading branch information
OCA-git-bot committed Jun 20, 2024
2 parents 54e1fb0 + d7b9428 commit 10e9e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_release_channel/views/stock_picking_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<field name="inherit_id" ref="stock.view_picking_form" />
<field name="arch" type="xml">
<group name="other_infos" position="inside">
<field name="release_channel_id" />
<field name="release_channel_id" options="{'no_create': True}" />
</group>
</field>
</record>
Expand Down

0 comments on commit 10e9e95

Please sign in to comment.