[IMP]Space is removed from the tooltip

bzr revid: hsa@tinyerp.com-20121102122648-r5c5gpi3pomqx55y
This commit is contained in:
Hardik 2012-11-02 17:56:48 +05:30
parent c6ba162246
commit ce8c105630
1 changed files with 7 additions and 8 deletions

View File

@ -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."""),