From ce8c1056304586251fb454f933a9c3d02a97326a Mon Sep 17 00:00:00 2001 From: Hardik Date: Fri, 2 Nov 2012 17:56:48 +0530 Subject: [PATCH] [IMP]Space is removed from the tooltip bzr revid: hsa@tinyerp.com-20121102122648-r5c5gpi3pomqx55y --- addons/stock/res_config.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/addons/stock/res_config.py b/addons/stock/res_config.py index c84b143fde9..b150847153e 100644 --- a/addons/stock/res_config.py +++ b/addons/stock/res_config.py @@ -35,12 +35,12 @@ class stock_config_settings(osv.osv_memory): This installs the module stock_invoice_directly."""), 'module_product_expiry': fields.boolean("Expiry date on serial numbers", help="""Track different dates on products and serial numbers. - The following dates can be tracked: - - end of life - - best before date - - removal date - - alert date. - This installs the module product_expiry."""), +The following dates can be tracked: + - end of life + - best before date + - removal date + - alert date. +This installs the module product_expiry."""), 'module_stock_location': fields.boolean("Create push/pull logistic rules", help="""Provide push and pull inventory flows. Typical uses of this feature are: manage product manufacturing chains, manage default locations per product, @@ -58,8 +58,7 @@ class stock_config_settings(osv.osv_memory): help="""Allows you to create and manage your packaging dimensions and types you want to be maintained in your system."""), 'group_stock_production_lot': fields.boolean("Track serial number on products", implied_group='stock.group_production_lot', - help="""This allows you to manage products by using serial numbers. - When you select a serial number on product moves, you can get the upstream or downstream traceability of that product."""), + help="""This allows you to manage products by using serial numbers. When you select a serial number on product moves, you can get the upstream or downstream traceability of that product."""), 'group_stock_tracking_lot': fields.boolean("Track serial number on logistic units (pallets)", implied_group='stock.group_tracking_lot', help="""When you select a serial number on product moves, you can get the upstream or downstream traceability of that product."""),