[FIX]: Fix toottips and improve view.

bzr revid: atp@tinyerp.com-20120611122516-3wjbql1wqtmhol5e
This commit is contained in:
Atul Patel (OpenERP) 2012-06-11 17:55:16 +05:30
parent caf1f56c81
commit 74ff1cc4b3
2 changed files with 3 additions and 1 deletions

View 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>

View 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,