[ADD] stock: Add the tooltips on posx,posy,posz

bzr revid: sbh@tinyerp.com-20100831112956-t91f8ewyg3ta36w6
This commit is contained in:
sbh (Open ERP) 2010-08-31 16:59:56 +05:30
parent 8c5b768d4e
commit 19c39797b0
1 changed files with 3 additions and 3 deletions

View File

@ -212,9 +212,9 @@ class stock_location(osv.osv):
'icon': fields.selection(tools.icons, 'Icon', size=64,help="Icon show in hierarchical tree view"),
'comment': fields.text('Additional Information'),
'posx': fields.integer('Corridor (X)'),
'posy': fields.integer('Shelves (Y)'),
'posz': fields.integer('Height (Z)'),
'posx': fields.integer('Corridor (X)',help="Optional localization details, for information purpose only"),
'posy': fields.integer('Shelves (Y)', help="Optional localization details, for information purpose only"),
'posz': fields.integer('Height (Z)', help="Optional localization details, for information purpose only"),
'parent_left': fields.integer('Left Parent', select=1),
'parent_right': fields.integer('Right Parent', select=1),