[FIX]Module:product Added report tag for product pricelist reportso that it can be modified using OODesigner

bzr revid: hda@tinyerp.com-20090902101350-803mxtvqy9ltsrbm
This commit is contained in:
HDA (OpenERP) 2009-09-02 15:43:50 +05:30
parent 9eee880b0e
commit 9bf3939c28
1 changed files with 8 additions and 0 deletions

View File

@ -2,5 +2,13 @@
<openerp>
<data>
<report id="report_product_label" model="product.product" name="product.product.label" string="Products Labels" xml="product/report/product_label.xml" xsl="product/report/product_label.xsl"/>
<report
id="report_product_pricelist"
string="Product Pricelist"
model="product.product"
name="product.pricelist"
rml="product/report/product_pricelist.rml"
menu="False"
auto="False"/>
</data>
</openerp>