[FIX] mail: no_auto_thread default True if the model has no mail.thread
[odoo/odoo.git] / addons / lunch / lunch_report.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4         <report
5             id="action_report_lunch_order"
6             string="Lunch Order"
7             model="lunch.order.line"
8             report_type="qweb-pdf"
9             name="lunch.report_lunchorder"
10             file="lunch.report_lunchorder"
11         />
12     </data>
13 </openerp>