[IMP] Change help message package setting
authorJosse Colpaert <jco@odoo.com>
Wed, 13 Aug 2014 16:45:17 +0000 (18:45 +0200)
committerJosse Colpaert <jco@odoo.com>
Thu, 21 Aug 2014 15:23:54 +0000 (17:23 +0200)
addons/stock/res_config.py

index 73a3db6..b0c9088 100644 (file)
@@ -94,7 +94,7 @@ This installs the module product_expiry."""),
             help="""This allows you to assign a lot (or serial number) to the pickings and moves.  This can make it possible to know which production lot was sent to a certain client, ..."""),
         'group_stock_tracking_lot': fields.boolean("Use packages: pallets, boxes, ...",
             implied_group='stock.group_tracking_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 traceability of that product."""),
+            help="""This allows to manipulate packages.  You can put something in, take something from a package, but also move entire packages and put them even in another package.  """),
         'group_stock_tracking_owner': fields.boolean("Manage owner on stock",
             implied_group='stock.group_tracking_owner',
             help="""This way you can receive products attributed to a certain owner. """),