[IMP] stock: Improve the view of stock_partial_picking
authorsbh (Open ERP) <sbh@tinyerp.com>
Fri, 18 Jun 2010 11:09:52 +0000 (16:39 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Fri, 18 Jun 2010 11:09:52 +0000 (16:39 +0530)
bzr revid: sbh@tinyerp.com-20100618110952-kp3stk2uyod3ngd9

addons/stock/wizard/stock_partial_move.py

index 8f283eb..7f65017 100644 (file)
@@ -66,7 +66,8 @@ class stock_partial_move(osv.osv_memory):
         move_ids = move_obj.search(cr, uid, [('id','in',move_ids)])
         _moves_arch_lst = """<form string="Deliver Products">
                         <separator colspan="4" string="Delivery Information"/>
-                       <field name="date" colspan="4" />
+                       <field name="date"  />
+                       <separator colspan="4">
                      <group colspan="4" attrs="{'invisible':[('type','=','in')]}">
                        <field name="partner_id"  attrs="{'required':[('type','!=','in')]}" />
                        <field name="address_id"  attrs="{'required':[('type','!=','in')]}"/>