flectra/addons/product/report/product_reports.xml
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

34 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<report
id="report_product_label"
string="Products Labels"
model="product.product"
report_type="qweb-pdf"
name="product.report_productlabel"
file="product.report_productlabel"
print_report_name="'Products Labels - %s' % (object.name)"
/>
<report
id="report_product_template_label"
string="Products Labels"
model="product.template"
report_type="qweb-pdf"
name="product.report_producttemplatelabel"
file="product.report_producttemplatelabel"
print_report_name="'Products Labels - %s' % (object.name)"
/>
<report
id="action_report_pricelist"
string="Pricelist"
model="product.product"
report_type="qweb-pdf"
name="product.report_pricelist"
file="product.report_pricelist"
menu="False"/>
</data>
</odoo>