Skip to content

Commit

Permalink
[REV]Move policy into notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevhe18 committed Mar 21, 2018
1 parent a086fa7 commit cbff63c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions stock_picking_wave_policy/views/stock_picking_wave_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@
<field name="arch" type="xml">
<data>
<xpath expr="/form/sheet/field[@name='picking_ids']" position="after">
<group name="grp_policy_picking_wave" string="Policy" groups="base.group_system">
<field name="confirm_ok"/>
<field name="done_ok"/>
<field name="cancel_ok"/>
</group>
<notebook>
<page string="Policy" groups="base.group_system">
<group name="grp_policy_picking_wave">
<field name="confirm_ok"/>
<field name="done_ok"/>
<field name="cancel_ok"/>
</group>
</page>
</notebook>
</xpath>

<xpath expr="//button[@name='confirm_picking']" position="attributes">
Expand Down

0 comments on commit cbff63c

Please sign in to comment.