From 8bb7938b3f000fb41057ae4afaea7bb83a66c873 Mon Sep 17 00:00:00 2001 From: Dhara Shah Date: Fri, 13 Apr 2007 12:17:30 +0000 Subject: [PATCH] bzr revid: dsh@tinyerp.com-5e09de85b3bd759671d896fb8755b2bf4becb9ba --- addons/stock/report/lot_by_location.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/stock/report/lot_by_location.py b/addons/stock/report/lot_by_location.py index 3527e187f74..83a1bfa005c 100644 --- a/addons/stock/report/lot_by_location.py +++ b/addons/stock/report/lot_by_location.py @@ -33,12 +33,11 @@ from osv import osv class lot_by_location(report_sxw.rml_parse): def __init__(self, cr, uid, name, context): super(lot_by_location, self).__init__(cr, uid, name, context) + print "Init report"; self.localcontext.update({ 'time': time, 'stock' : self.stock, }) - - # from the stock move def stock(self,location_id):