[IMP] purchase_requisition :Improve the view of Quotation wizard
authorsbh (Open ERP) <sbh@tinyerp.com>
Thu, 16 Sep 2010 10:53:24 +0000 (16:23 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Thu, 16 Sep 2010 10:53:24 +0000 (16:23 +0530)
bzr revid: sbh@tinyerp.com-20100916105324-0hjql1rdnouo22ac

addons/purchase_requisition/wizard/purchase_requisition_partner_view.xml

index 6214c4f..d994ba7 100644 (file)
@@ -7,10 +7,10 @@
             <field name="type">form</field>
             <field name="arch" type="xml">
                <form string="Purchase Requisition">
+                <group colspan="2" col="2">
                         <field name="partner_id" on_change="onchange_partner_id(partner_id)"/>
                         <field domain="[('partner_id','=',partner_id)]" name="partner_address_id"/>
                          <separator string="" colspan="4" />
-                             <group colspan="4" col="6">
                                        <button  icon="gtk-cancel" special="cancel" string="_Cancel"/>
                                        <button icon="gtk-ok" name="create_order" string="Create Quotation" type="object"/>
                              </group>