odoo/ext/custom-addons/cam_reports/reports_data.xml

29 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="sale.report_sale_order" model="ir.actions.report.xml">
<field name="report_rml">cam_reports/report/sale.order.rml</field>
<field name="report_type">pdf</field>
</record>
<record id="stock.action_report_picking" model="ir.actions.report.xml">
<field name="report_rml">cam_reports/report/stock.picking.rml</field>
<field name="report_type">pdf</field>
</record>
<record id="account.account_invoices" model="ir.actions.report.xml">
<field name="report_rml">cam_reports/report/account.invoice.rml</field>
<field name="report_type">pdf</field>
</record>
<record id="purchase.report_purchase_quotation" model="ir.actions.report.xml">
<field name="report_rml">cam_reports/report/purchase.quotation.rml</field>
<field name="report_type">pdf</field>
</record>
<record id="purchase.action_report_purchase_order" model="ir.actions.report.xml">
<field name="report_rml">cam_reports/report/purchase.order.rml</field>
<field name="report_type">pdf</field>
</record>
</data>
</openerp>