[IMP] mrp: Manufacturing Orders Form View - Usability Issue

lp bug: https://launchpad.net/bugs/695008 fixed

bzr revid: aag@tinyerp.co.in-20101229084838-pw0oeb6orsncyrs3
This commit is contained in:
aag (OpenERP) 2010-12-29 14:18:38 +05:30
parent 5521ba1387
commit 326a0c7d2d
1 changed files with 2 additions and 3 deletions

View File

@ -564,19 +564,18 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Manufacturing Orders">
<group colspan="4" col="6">
<group colspan="4" col="7">
<field name="name" string="Reference"/>
<field name="date_planned"/>
<field name="origin"/>
<newline/>
<field name="product_id" on_change="product_id_change(product_id)"/>
<field name="product_qty"/>
<group colspan="2" col="4">
<field name="product_uom"/>
<button type="action"
icon="terp-accessories-archiver+"
name="%(mrp.action_change_production_qty)d"
string="Change Qty" states="ready,confirmed" />
</group>
<label string="" colspan="2"/>
<field name="product_uos_qty" groups="product.group_uos"/>
<field name="product_uos" groups="product.group_uos"/>