[IMP] comment

bzr revid: fp@openerp.com-20130729215222-gbn4toe8o62kxedj
This commit is contained in:
Fabien Pinckaers 2013-07-29 23:52:22 +02:00
parent da89a60702
commit bda838c2b6
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ class stock_picking(osv.osv):
move_obj.unlink(cr, uid, ids2, ctx)
return super(stock_picking, self).unlink(cr, uid, ids, context=context)
# FP Note: review all methods above this line for stock.picking
# FP Note: review all methods bellow this line for stock.picking
def _create_backorder(self, cr, uid, picking, context=None):
sequence_obj = self.pool.get('ir.sequence')