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 Aug 10, 2023
1 parent 3042604 commit b88249c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions shopfloor/tests/test_checkout_scan_package_action.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Copyright 2020 Camptocamp SA (http://www.camptocamp.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from itertools import product

import mock
from unittest import mock

from .test_checkout_base import CheckoutCommonCase
from .test_checkout_select_package_base import CheckoutSelectPackageMixin
Expand Down
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 b88249c

Please sign in to comment.