[IMP] view of product and additiona info tab in internal moves

bzr revid: shp@tinyerp.com-20121122111725-nkbap0et70s3m2nm
This commit is contained in:
pankita shah (Open ERP) 2012-11-22 16:47:25 +05:30
parent 991f538fb1
commit f6e0139229
2 changed files with 22 additions and 13 deletions

View File

@ -243,13 +243,12 @@
<field name="inherit_id" ref="stock.view_picking_form"/>
<field name="arch" type="xml">
<field name="company_id" position="before">
<group>
<field name="weight"/>
<field name="weight_net" groups="base.group_no_one"/>
</group>
<group>
<field name="product_uom_weight" nolabel="1"/>
</group>
<label for="weight" string="weight"/>
<div>
<field name="weight" class="oe_inline"/>
<field name="product_uom_weight" nolabel="1" class="oe_inline"/>
</div>
<field name="weight_net" groups="base.group_no_one"/>
</field>
</field>
</record>

View File

@ -563,12 +563,22 @@
<newline/>
<field name="weight"/>
<separator colspan="6" string="Pallet Dimension"/>
<field name="height"/>
<field name="product_uom_height" nolabel="1"/>
<field name="width"/>
<field name="product_uom_width" nolabel="1"/>
<field name="length"/>
<field name="product_uom_length" nolabel="1"/>
<label for="height" string="Height"/>
<div>
<field name="height" class="oe_inline"/>
<field name="product_uom_height" nolabel="1" class="oe_inline"/>
</div>
<label for="width" string="Width"/>
<div>
<field name="width" class="oe_inline"/>
<field name="product_uom_width" nolabel="1" class="oe_inline"/>
</div>
<newline/>
<label for="length" string="Length"/>
<div>
<field name="length" class="oe_inline"/>
<field name="product_uom_length" nolabel="1" class="oe_inline"/>
</div>
<newline/>
<separator colspan="6" string="Other Info"/>
<field colspan="4" name="name"/>