Dhara Shah 2007-04-13 12:17:30 +00:00
parent 6c5ae2936d
commit 8bb7938b3f
1 changed files with 1 additions and 2 deletions

View File

@ -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):