diff --git a/addons/stock/res_config.py b/addons/stock/res_config.py index 73a3db67608..b0c9088e051 100644 --- a/addons/stock/res_config.py +++ b/addons/stock/res_config.py @@ -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. """),