bzr revid: fp@tinyerp.com-20090526174211-pl6v0qwf8zs11upv
This commit is contained in:
Fabien Pinckaers 2009-05-26 19:42:11 +02:00
parent c97937a86e
commit dd0c192a52
1 changed files with 1 additions and 1 deletions

View File

@ -891,7 +891,7 @@ class stock_move(osv.osv):
'priority': fields.selection([('0','Not urgent'),('1','Urgent')], 'Priority'),
'date': fields.datetime('Date Created'),
'date_planned': fields.datetime('Scheduled Date', required=True),
'date_planned': fields.datetime('Date', required=True, help="Scheduled date for the movement of the products or real date if the move is done."),
'product_id': fields.many2one('product.product', 'Product', required=True, select=True),