[IMP] stock: fix typos in some tooltips

bzr revid: odo@openerp.com-20100713162509-akasd1tp43ikp9z7
This commit is contained in:
Olivier Dony 2010-07-13 18:25:09 +02:00
parent 068fccf08e
commit 164e463c97
1 changed files with 1 additions and 1 deletions

View File

@ -1377,7 +1377,7 @@ class stock_move(osv.osv):
'picking_id': fields.many2one('stock.picking', 'Picking List', select=True),
'note': fields.text('Notes'),
'state': fields.selection([('draft', 'Draft'), ('waiting', 'Waiting'), ('confirmed', 'Confirmed'), ('assigned', 'Available'), ('done', 'Done'), ('cancel', 'Cancelled')], 'State', readonly=True, select=True,
help='When the stock move is created it is in the \'Draft\' state.\n After that it is set to \'Confirmed\' state.\n If stock is available state is set to \'Avaiable\'.\n When the picking it done the state is \'Done\'.\
help='When the stock move is created it is in the \'Draft\' state.\n After that it is set to \'Confirmed\' state.\n If stock is available state is set to \'Available\'.\n When the picking is done the state is \'Done\'.\
\nThe state is \'Waiting\' if the move is waiting for another one.'),
'price_unit': fields.float('Unit Price',
digits_compute= dp.get_precision('Account')),