Skip to content

Commit

Permalink
[IMP] lp:1203108/OPW595596, product: changed the position of active f…
Browse files Browse the repository at this point in the history
…ield from Procurement/Delay to Inventory/status Tab
  • Loading branch information
han@tinyerp.com authored and Stefan Rijnhart committed Jul 2, 2014
1 parent dbc3b68 commit 3cd5759
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/stock/product_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<div attrs="{'invisible':[('type','=','service')]}">
<field name="produce_delay" class="oe_inline"/> days
</div>
<field name="active"/>
</group>
</group>
<xpath expr="//group[@string='Sale Conditions']" position="inside">
Expand All @@ -83,6 +82,9 @@
<field name="sale_delay" class="oe_inline"/> days
</div>
</xpath>
<group name="status" position="inside" version="7.0">
<field name="active"/>
</group>
<group name="status" position="before" version="7.0">
<group string="Stock and Expected Variations" attrs="{'invisible': [('type', '=', 'service')]}" groups="base.group_user">
<label for="qty_available"/>
Expand Down

0 comments on commit 3cd5759

Please sign in to comment.