I created a price list where the price computation is based on the "partner 
section of the product form".    When I run the pricelist report where you can 
enter multiple quantities, everything works fine and the price is correctly 
loaded from the supplier section of the product.  But, when I generate a sales 
order and select my pricelist, that same price is not loaded.  It always brings 
in 0.00.   

I checked out the code and for some reason the supplier information isn't being 
loaded when generating a sales order.  

sinfo = supplierinfo_obj.search(cr, uid, [('product_id', '=', tmpl_id)] + 
where) is always null.

Anyone else run into this bug?




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=34888#34888

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to