odoo/addons/sandwich/sandwich_report.xml

12 lines
238 B
XML

<?xml version="1.0"?>
<terp>
<data>
<report id="sandwich_order_print"
string="Sandwichs order"
model="sandwich.order"
name="sandwich.order.print"
rml="sandwich/report/sandwich_report.rml"
auto="False"/>
</data>
</terp>