[IMP]improve configuaration view for purchase
authorSanjay Gohel (Open ERP) <sgo@tinyerp.com>
Thu, 5 Jul 2012 09:45:59 +0000 (15:15 +0530)
committerSanjay Gohel (Open ERP) <sgo@tinyerp.com>
Thu, 5 Jul 2012 09:45:59 +0000 (15:15 +0530)
bzr revid: sgo@tinyerp.com-20120705094559-7gtbgoioewqpj66e

addons/purchase/res_config_view.xml

index e1ca0b4..b98eea4 100644 (file)
                         <button string="Cancel" type="object" name="cancel" class="oe_link"/>
                     </header>
                     <sheet>
-                        <group string="Invoicing">
-                            <field name="default_invoice_method" class="oe_inline"/>
-                            <field name="decimal_precision" class="oe_inline"/>
-                        </group>
-                        <group string="Purchase Order">
+                        <group>
+                            <group>
+                                <separator string="Invoicing" colspan="2"/>
+                                <field name="default_invoice_method" class="oe_inline"/>
+                                <field name="decimal_precision" class="oe_inline"/>
+                            </group>
                             <group>
+                                <separator string="Purchase Order" colspan="2"/>
                                 <field name="group_purchase_pricelist"/>
                                 <field name="group_uom"/>
                                 <field name="group_purchase_delivery_address"/>
-                            </group>
-                            <group>
                                 <field name="module_purchase_double_validation"/>
                                 <field name="module_purchase_requisition"/>
                                 <field name="module_warning"/>