[IMP]improve string

bzr revid: sgo@tinyerp.com-20130830100153-dxnc9uo3k7pv1i0c
This commit is contained in:
Sanjay Gohel (OpenERP) 2013-08-30 15:31:53 +05:30
parent 5f03ac0ad3
commit 0291e419ce
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
!python {model: stock.picking}: |
self.action_confirm(cr, uid, [ref("incomming_shipment")])
-
I receive 40kgm Ice-cream so I make backorder of incomming shipment for 40 kgm.
I receive 40kgm Ice-cream so It will make backorder of incomming shipment for 10 kgm.
-
!python {model: stock.picking}: |
pick = self.browse(cr, uid, ref("incomming_shipment"), context=context)