[MERGE] Sync with trunk
[odoo/odoo.git] / addons / lunch / lunch_report.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4         <report
5             id="report_lunch_order"
6             string="Lunch Order"
7             model="lunch.order.line"
8             name="lunch.order.line"
9             rml="lunch/report/order.rml"
10             auto="False"
11             />
12     </data>
13 </openerp>