[FIX] typo

bzr revid: hmo@tinyerp.com-20111222134149-8it3n94n4846b62x
This commit is contained in:
Harry (OpenERP) 2011-12-22 19:11:49 +05:30
parent ffc220bc84
commit 6502f33d65
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
assert move_line.state == 'done', "Move line should be closed."
-
I return last incomming shipment for 10 kgm Ice-cream).
I return last incomming shipment for 10 kgm Ice-cream.
-
!record {model: stock.return.picking, id: return_incomming}:
invoice_state: none
@ -193,7 +193,7 @@
lot_ids = self.search(cr, uid, [('name', 'in', [x.name for x in lot.line_ids])])
self.action_traceability(cr, uid, lot_ids, context=context)
-
I check outgoing shipment after stock availablity in "Delivery Counter".
I check outgoing shipment after stock availablity in refrigerator.
-
!python {model: stock.picking}: |
shipment = self.browse(cr, uid, ref("outgoing_shipment"), context=context)