[IMP] stock: improved help tooltip on name of stock.tracking object

bzr revid: qdp-launchpad@openerp.com-20110711161122-m4tay22l287kka1h
This commit is contained in:
Quentin (OpenERP) 2011-07-11 18:11:22 +02:00
parent 76c7432e3b
commit ecec854b0c
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ class stock_tracking(osv.osv):
return sequence
_columns = {
'name': fields.char('Pack Reference', size=64, required=True, select=True),
'name': fields.char('Pack Reference', size=64, required=True, select=True, help="By default, the pack reference is generated following the sscc standard. (Serial number + 1 check digit)"),
'active': fields.boolean('Active', help="By unchecking the active field, you may hide a pack without deleting it."),
'serial': fields.char('Additional Reference', size=64, select=True, help="Other reference or serial number"),
'move_ids': fields.one2many('stock.move', 'tracking_id', 'Moves for this pack', readonly=True),