Improve view

bzr revid: hmo@tinyerp.com-20081117150706-aw0c2iak9p7mkjky
This commit is contained in:
Harshad Modi 2008-11-17 20:37:06 +05:30
parent 413df36f0a
commit b4d9121a61
1 changed files with 3 additions and 3 deletions

View File

@ -423,15 +423,15 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Production orders">
<group colspan="4" col="6">
<group colspan="4" col="7">
<field name="name" select="1"/>
<field name="date_planned" select="1"/>
<field name="priority" groups="base.group_extended"/>
<newline/>
<field name="product_id" on_change="product_id_change(product_id)" select="1"/>
<field name="product_qty"/>
<button type="action" name="%(wizard_change_production_qty)d" string="Change Qty"/>
<field name="product_qty"/>
<field name="product_uom"/>
<button type="action" name="%(mrp.wizard_change_production_qty)d" string="Change Qty" states="ready,in_production"/>
<newline/>
<label string="" colspan="2"/>
<field name="product_uos_qty" groups="product.group_uos"/>