[FIX] Sale : Weight field for SOL displayed
authorGPA(OpenERP) <>
Thu, 16 Jul 2009 14:42:31 +0000 (20:12 +0530)
committerJay (Open ERP) <jvo@tinyerp.com>
Thu, 16 Jul 2009 14:42:31 +0000 (20:12 +0530)
lp bug: https://launchpad.net/bugs/399824 fixed

bzr revid: jvo@tinyerp.com-20090716144231-a8bs7inbuahhnpol

addons/sale/sale_view.xml

index 32e4227..f0b8da9 100644 (file)
                                         <page groups="base.group_extended" string="Extra Info">
                                             <field groups="product.group_uos" name="product_uos_qty" on_change="uos_change(product_uos, product_uos_qty, product_id)"/>
                                             <field groups="product.group_uos" name="product_uos"/>
+                                            <field name="th_weight"/>
                                             <field name="address_allotment_id" select="2"/>
                                             <separator colspan="4" string="Properties"/>
                                             <field colspan="4" name="property_ids" nolabel="1"/>
                     <field name="price_unit"/>
                     <field name="price_net"/>
                     <field name="price_subtotal"/>
+                    <field name="th_weight"/>
                     <field name="state"/>
                 </tree>
             </field>
                             <field name="type"/>
                             <field name="delay" select="2"/>
                             <field name="price_subtotal"/>
+                            <field name="th_weight"/>
                             <field colspan="4" name="tax_id" domain="[('parent_id','=',False),('type_tax_use','&lt;&gt;','purchase')]"/>
                             <separator colspan="4" string="States"/>
                             <field name="state" select="2"/>