odoo/addons/sale/sale_report.xml

41 lines
845 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<terp>
<data>
<!--
this report is defined here instead of in the stock module because it uses the
sale_id field defined in the sale module
-->
<report
id="report_shipping"
string="Delivery order"
model="stock.picking"
name="sale.shipping"
rml="sale/report/shipping.rml"/>
<!--
<report
id="report_prepare"
string="Preparation Order"
model="sale.order"
name="sale.order.prepare"
rml="sale/report/prepare.rml"/>
<report
id="report_prepare_allot"
string="Preparation Order (with Allotments)"
model="sale.order"
name="sale.order.prepare.allot"
rml="sale/report/prepare_allot.rml"
auto="False"/>
-->
<report
id="report_sale_order"
string="Print Order"
model="sale.order"
name="sale.order"
rml="sale/report/order.rml"
auto="False"/>
</data>
</terp>