[IMP] Change help message package setting

This commit is contained in:
Josse Colpaert 2014-08-13 18:45:17 +02:00
parent 71b33e7975
commit e00d9d46fa
1 changed files with 1 additions and 1 deletions

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