Skip to content

Commit

Permalink
[FIX] - fix picking type form view
Browse files Browse the repository at this point in the history
  • Loading branch information
sbejaoui committed Jul 31, 2023
1 parent 3042604 commit a9d4c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopfloor/views/stock_picking_type.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<field name="model">stock.picking.type</field>
<field name="inherit_id" ref="stock.view_picking_type_form" />
<field name="arch" type="xml">
<xpath expr="//sheet/group[2]" position="inside">
<xpath expr="//group[@name='second']" position="inside">
<group string="Shopfloor" name="shopfloor">
<field name="shopfloor_menu_ids" widget="many2many_tags" />
<field
Expand Down

0 comments on commit a9d4c4e

Please sign in to comment.