Foram Katharotiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-config-wizard-warehouse-fka into 
lp:~openerp-dev/openobject-addons/trunk-config-wizard-apa.

Requested reviews:
  Amit Patel (OpenERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-config-wizard-warehouse-fka/+merge/115675

hello sir,

Remove extra string in label & col

Thanks,
FKA
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-config-wizard-warehouse-fka/+merge/115675
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-config-wizard-apa.
=== modified file 'stock/res_config_view.xml'
--- stock/res_config_view.xml	2012-07-16 13:43:14 +0000
+++ stock/res_config_view.xml	2012-07-19 09:41:47 +0000
@@ -7,36 +7,88 @@
             <field name="model">stock.config.settings</field>
             <field name="type">form</field>
             <field name="arch" type="xml">
-                <form string="Configure Warehouse" version="7.0">
+                <form string="Configure Warehouse" version="7.0" class="oe_form_configuration">
                     <header>
                         <button string="Apply" type="object" name="execute" class="oe_highlight"/>
                         or
                         <button string="Cancel" type="object" name="cancel" class="oe_link"/>
                     </header>
-                    <group>
-                        <group>
-                            <separator string="Traceability" colspan="2"/>
-                            <field name="group_stock_production_lot"/>
-                            <field name="group_stock_tracking_lot"/>
-                            <field name="module_product_expiry"
-                                attrs="{'invisible': [('group_stock_production_lot','=',False)]}"/>
-                             <separator string="Logistics" colspan="2"/>
-                             <field name="group_stock_multiple_locations"/>
-                             <field name="module_stock_invoice_directly"/>
-                             <field name="module_stock_location"/>
-                             <field name="decimal_precision" class="oe_inline"/>
-                        </group>
-                        <group>
-                            <separator string="Partners" colspan="2"/>
-                            <field name="module_claim_from_delivery"/>
-                            <separator string="Products" colspan="2"/>
-                            <field name="group_stock_packaging"/>
-                            <field name="group_uom"/>
-                            <field name="group_uos"/>
-                            <field name="group_stock_inventory_valuation" class="oe_inline"/>
-                            <field name="group_product_variant"/>
-                        </group>
-                    </group>
+                        <div>
+                            <separator string="Traceability and Logistics"/>
+                            <group>
+                                <label for="id" string="Traceability"/>
+                                <div>
+                                    <div>
+                                        <field name="group_stock_production_lot" class="oe_inline"/>
+                                        Allow<label for="group_stock_production_lot"/>
+                                    </div>
+                                    <div>
+                                        <field name="group_stock_tracking_lot" class="oe_inline"/>
+                                        Allow<label for="group_stock_tracking_lot"/>
+                                    </div>
+                                    <div attrs="{'invisible': [('group_stock_production_lot','=',False)]}">
+                                        <field name="module_product_expiry" class="oe_inline"/>
+                                        Track<label for="module_product_expiry"/>
+                                    </div>
+                                </div>    
+                            </group>
+                             <group>
+                                 <label for="id" string="Logistics"/>
+                                 <div>
+                                     <div>
+                                         <field name="group_stock_multiple_locations" class="oe_inline"/>
+                                         <label for="group_stock_multiple_locations"/>  
+                                     </div>
+                                     <div>
+                                         <field name="module_stock_invoice_directly" class="oe_inline"/>
+                                         <label for="module_stock_invoice_directly"/>
+                                     </div>
+                                     <div>
+                                         <field name="module_stock_location" class="oe_inline"/>
+                                         Provide<label for="module_stock_location"/>
+                                     </div>
+                                     <div>
+                                         What's the Decimal Precision on Weights:
+                                         <field name="decimal_precision" class="oe_inline"/>
+                                     </div>
+                                 </div>
+                             </group>
+                        </div>
+                        <div>
+                            <separator string="Partners and Products"/>
+                            <group>
+                                <label for="id" string="Partners"/>
+                                <div>
+                                    <field name="module_claim_from_delivery" class="oe_inline"/>
+                                    <label for="module_claim_from_delivery"/>
+                                </div>
+                            </group>
+                            <group>
+                                <label for="id" string="Products"/>
+                                <div>
+                                    <div>
+                                        <field name="group_stock_packaging" class="oe_inline"/>
+                                        <label for="group_stock_packaging"/>
+                                    </div>
+                                    <div>
+                                        <field name="group_uom" class="oe_inline"/>
+                                        <label for="group_uom"/>
+                                    </div>
+                                    <div>
+                                        <field name="group_uos" class="oe_inline"/>
+                                        <label for="group_uos" string="Unit of Measure (for Sale)"/>
+                                    </div>
+                                    <div>
+                                        <field name="group_stock_inventory_valuation" class="oe_inline"/>
+                                        <label for="group_stock_inventory_valuation"/>
+                                    </div>
+                                    <div>
+                                        <field name="group_product_variant" class="oe_inline"/>
+                                        <label for="group_product_variant"/>
+                                    </div>
+                                </div>
+                            </group>
+                        </div>
                 </form>
             </field>
         </record>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to