[FIX] mrp: print statement removed
authormso <mso@mso>
Mon, 5 Apr 2010 07:03:10 +0000 (12:33 +0530)
committermso <mso@mso>
Mon, 5 Apr 2010 07:03:10 +0000 (12:33 +0530)
bzr revid: mso@mso-20100405070310-48htuzrjy97c2cvp

addons/mrp/product.py

index b4cc421..7ddc9a6 100644 (file)
@@ -41,11 +41,9 @@ class product_product(osv.osv):
 #                    price += _compute_price(sbom) * sbom.product_qty                    
 #            else:
             parent_bom = bom_obj.search(cr, uid, [('bom_id', '=', False)])
-            print "========", bom.product_id.name
             for p in parent_bom:
                 test_obj = bom_obj.browse(cr, uid, p)
                 print test_obj
-                print "XXXXXXXXXXXXX", p, test_obj.child_ids
                 
 #            if no_child_bom and bom.id not in no_child_bom:
 #                other_bom = bom_obj.browse(cr, uid, no_child_bom)[0]