Skip to content

Commit

Permalink
[IMP] stock_release_channel: picking form view, no quick create
Browse files Browse the repository at this point in the history
  • Loading branch information
sbejaoui committed Jun 18, 2024
1 parent 7e4fedf commit d7b9428
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 d7b9428

Please sign in to comment.