[FIX]cosmetic on stock location route form

bzr revid: csn@openerp.com-20130910100913-tpj88id7m1l05xuo
This commit is contained in:
Cedric Snauwaert 2013-09-10 12:09:13 +02:00
parent 7abdf00052
commit da670650a5
3 changed files with 19 additions and 6 deletions

View File

@ -44,7 +44,7 @@
<field name="inherit_id" ref="stock.stock_location_route_form_view"/>
<field name="model">stock.location.route</field>
<field name="arch" type="xml">
<xpath expr="//field[@name='name']" position="after">
<xpath expr="//field[@name='warehouse_selectable']" position="after">
<field name="sale_selectable"/>
</xpath>
</field>

View File

@ -1813,12 +1813,21 @@
<field name="model">stock.location.route</field>
<field eval="7" name="priority" />
<field name="arch" type="xml">
<form string="Route">
<field name="name"/>
<form string="Route" version="7.0">
<sheet>
<div class="oe_title">
<h1>
<label string="Route name"/>
</h1>
<h2>
<field name="name" class="oe_inline"/>
</h2>
</div>
<field name="sequence" groups="base.group_no_one"/>
<group string="Pull Rules" colspan="4" >
<field name="pull_ids" colspan="4" nolabel="1"/>
</group>
</sheet>
</form>
</field>
</record>

View File

@ -175,9 +175,13 @@
<field name="arch" type="xml">
<xpath expr="//field[@name='sequence']" position="after">
<group>
<field name="product_categ_selectable"/>
<field name="product_selectable"/>
<field name="warehouse_selectable"/>
<group>
<field name="product_categ_selectable"/>
<field name="product_selectable"/>
</group>
<group>
<field name="warehouse_selectable"/>
</group>
</group>
<group string="Push Rules" colspan="4" >
<field name="push_ids" colspan="4" nolabel="1"/>