Skip to content

Commit

Permalink
stock_vertical_lift: change x/y tray order
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk authored and guewen committed Sep 7, 2020
1 parent 93fffcf commit 250715b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@
<field name="tray_type_id" invisible="1" />
<field name="tray_name" />
<field name="tray_type_code" />
<field name="tray_y" />
<field name="tray_x" />
<field name="tray_y" />
<label for="tray_qty" />
<div colspan="2" class="oe_title">
<h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
<group col="1">
<field name="tray_name" />
<field name="tray_type_code" />
<field name="tray_y" />
<field name="tray_x" />
<field name="tray_y" />
</group>
<group>
<div>
Expand Down

0 comments on commit 250715b

Please sign in to comment.