[FIX] tour has been fixed
[odoo/odoo.git] / addons / delivery / delivery_view.xml
index c79a8be..1ad729d 100644 (file)
                 to each method.
               </p><p>
                 These methods allows to automaticaly compute the delivery price
-                according to your settings; on the sale order (based on the
+                according to your settings; on the sales order (based on the
                 quotation) or the invoice (based on the delivery orders).
               </p>
             </field>
             <field name="inherit_id" ref="stock.view_picking_form"/>
             <field name="arch" type="xml">
                 <field name="company_id" position="before">
-                   <label for="weight" string="Weight"/>
+                    <label for="weight" string="Weight"/>
                     <div>
                         <field name="weight" class="oe_inline"/>
                         <field name="weight_uom_id" nolabel="1" class="oe_inline"/>
                     </div>
-                         <field name="weight_net" groups="base.group_no_one"/>
+                     <field name="weight_net"  groups="base.group_no_one" class="oe_inline"/>
                 </field>
             </field>
         </record>
                         <field name="weight" class="oe_inline"/>
                         <field name="weight_uom_id" nolabel="1" class="oe_inline"/>
                     </div>
-                    <label for="weight_net" string="Net Weight"/>
-                    <div>
-                        <field name="weight_net" groups="base.group_no_one" class="oe_inline"/>
-                        <field name="weight_net_uom_id" nolabel="1" class="oe_inline"/>
-                    </div>
+                    <field name="weight_net" groups="base.group_no_one" class="oe_inline"/>
                 </xpath>
             </field>
         </record>