fix report bug:

product/product pricelist report
 - due to product_pricelist_print merge to product

bzr revid: mra@tinyerp.com-20080918094722-agufeoxegx5n0gxn
This commit is contained in:
Mustufa Rangwala 2008-09-18 15:17:22 +05:30
parent c3b7950df1
commit 543b423bd6
1 changed files with 1 additions and 1 deletions

View File

@ -151,6 +151,6 @@ class product_pricelist(report_sxw.rml_parse):
newnode=False
return super(product_pricelist,self).repeatIn(lst, name, nodes_parent=False)
#end
report_sxw.report_sxw('report.product.pricelist','product.product','addons/product_pricelist_print/report/product_pricelist.rml',parser=product_pricelist)
report_sxw.report_sxw('report.product.pricelist','product.product','addons/product/report/product_pricelist.rml',parser=product_pricelist)
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: