[FIX]: Fix toottips and improve view.
authorAtul Patel (OpenERP) <atp@tinyerp.com>
Mon, 11 Jun 2012 12:25:16 +0000 (17:55 +0530)
committerAtul Patel (OpenERP) <atp@tinyerp.com>
Mon, 11 Jun 2012 12:25:16 +0000 (17:55 +0530)
bzr revid: atp@tinyerp.com-20120611122516-3wjbql1wqtmhol5e

addons/sale/res_config_view.xml
addons/stock/res_config.py

index bc67f83..03a3d6c 100644 (file)
@@ -9,6 +9,7 @@
             <field name="inherit_id" ref="base.view_sale_config_settings"/>
             <field name="arch" type="xml">
                 <group name="config_sale" position="after">
+                   <group>
                        <separator string="Sale Order" colspan="4"/>
                                <field name="group_uom"/>
                                <field name="default_picking_policy" attrs="{'invisible':[('group_invoice_deli_orders','=',False)]}"/>
@@ -40,6 +41,7 @@
                        <field name="module_analytic_user_function" attrs="{'invisible':[('module_account_analytic_analysis','=',False)]}"/>
                        <field name="module_analytic_journal_billing_rate" attrs="{'invisible':[('module_account_analytic_analysis','=',False)]}"/>
                 </group>
+               </group>
             </field>
         </record>
 
index a84d743..173d276 100644 (file)
@@ -65,7 +65,7 @@ class stock_config_settings(osv.osv_memory):
             help="""Allows you to get the upstream or downstream traceability of the products contained in lot."""),
         'group_stock_inventory_valuation': fields.boolean("Generate Accounting Entries per Stock Movement",
             implied_group='stock.group_inventory_valuation',
-            help="""This allows to split stock inventory lines according to serial numbers."""),
+            help="""This allows to configure Inventory valuation on product and product categories."""),
         'group_stock_multiple_locations': fields.boolean("Manage Multiple Locations and Warehouses",
             implied_group='stock.group_locations',
             help="""This allows to configure and use multiple stock locations and warehouses,